Html Css Color HEX #CFF740 Pear

📋 copy color: '#CFF740'

red 207 ◦ green 247 ◦ blue 64

#CFF740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CFF740

Tints of Pear #CFF740

RGB

 RED value IS 207 (81.25% from 255) = 39.96%

 GREEN value IS 247 (96.88% from 255) = 47.68%

 BLUE value IS 64 (25.39% from 255) = 12.36%

R = 39.96%
G = 47.68%
B = 12.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFF740 (or 0xCFF740) is known color: Pear. HEX triplet: CF, F7 and 40. RGB value is (207,247,64). Sum of RGB (Red+Green+Blue) = 207+247+64=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF740 is #3008BF. Grayscale: #D6D6D6. Windows color (decimal): -3147968 or 4257743. OLE color: 4257743.

HSL color Cylindrical-coordinate representation of color #CFF740: hue angle of 73.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF740 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 64 -
CMYK 0.16 0 0.74 0.03
HSL 73.11º 0.92% 0.61% -
HSV(B) 73.11º 0.74% 0.97% -
XYZ 59.92 80.16 17.16 -
YUV 214.18 43.25 122.88 -
System Red Green Blue C M Y K H S L
Decimal 207 247 64 0.16 0 0.74 0.03 73.11 0.92 0.61
Hex CF F7 40 10 0 4A 3 49 5C 3D
Octal 317 367 100 20 0 112 3 111 134 75
Binary 11001111 11110111 1000000 10000 0 1001010 11 1001001 1011100 111101

Color Harmonies of #CFF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF740

Black with #CFF740

Text Example


Text Example

White with #CFF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF740; }

 p { color: rgb(207,247,64); }

 H1.HeaderClassName
 {
   color: #CFF740;
 }
 .AnyTagClassName
 {
   color: #CFF740;
 }
</style>

background-color css

<style>
 a { background-color: #CFF740; }

 a { background-color: rgb(207,247,64); }

 div.DivClassName
 {
   background-color: #CFF740;
 }
 .BgClassName
 {
   background-color: #CFF740;
 }
</style>

border-color css

<style>
 span { border-color: #CFF740; }

 span { border-color: rgb(207,247,64); }

 td.TdClassName
 {
   border-color: #CFF740;
 }
 .TagClassName
 {
   border-color: #CFF740;
 }
</style>