Html Css Color HEX #CFE440 Pear

📋 copy color: '#CFE440'

red 207 ◦ green 228 ◦ blue 64

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

Shades of Pear #CFE440

Tints of Pear #CFE440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.69%

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

R = 41.48%
G = 45.69%
B = 12.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#CFE440 (or 0xCFE440) is known color: Pear. HEX triplet: CF, E4 and 40. RGB value is (207,228,64). Sum of RGB (Red+Green+Blue) = 207+228+64=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE440 is #301BBF. Grayscale: #CBCBCB. Windows color (decimal): -3152832 or 4252879. OLE color: 4252879.

HSL color Cylindrical-coordinate representation of color #CFE440: hue angle of 67.68º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFE440 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 64 -
CMYK 0.09 0 0.72 0.11
HSL 67.68º 0.75% 0.57% -
HSV(B) 67.68º 0.72% 0.89% -
XYZ 54.4 69.12 15.33 -
YUV 203.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 207 228 64 0.09 0 0.72 0.11 67.68 0.75 0.57
Hex CF E4 40 9 0 48 B 44 4B 39
Octal 317 344 100 11 0 110 13 104 113 71
Binary 11001111 11100100 1000000 1001 0 1001000 1011 1000100 1001011 111001

Color Harmonies of #CFE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE440

Black with #CFE440

Text Example


Text Example

White with #CFE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE440; }

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

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

background-color css

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

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

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

border-color css

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

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

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