Html Css Color HEX #CFE421 Pear

📋 copy color: '#CFE421'

red 207 ◦ green 228 ◦ blue 33

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

Shades of Pear #CFE421

Tints of Pear #CFE421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.05%

R = 44.23%
G = 48.72%
B = 7.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CFE421 (or 0xCFE421) is known color: Pear. HEX triplet: CF, E4 and 21. RGB value is (207,228,33). Sum of RGB (Red+Green+Blue) = 207+228+33=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE421 is #301BDE. Grayscale: #C8C8C8. Windows color (decimal): -3152863 or 2221263. OLE color: 2221263.

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

Color convert

RGB 207 228 33 -
CMYK 0.09 0 0.86 0.11
HSL 66.46º 0.78% 0.51% -
HSV(B) 66.46º 0.86% 0.89% -
XYZ 53.75 68.86 11.9 -
YUV 199.49 34.04 133.36 -
System Red Green Blue C M Y K H S L
Decimal 207 228 33 0.09 0 0.86 0.11 66.46 0.78 0.51
Hex CF E4 21 9 0 56 B 42 4E 33
Octal 317 344 41 11 0 126 13 102 116 63
Binary 11001111 11100100 100001 1001 0 1010110 1011 1000010 1001110 110011

Color Harmonies of #CFE421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE421

Black with #CFE421

Text Example


Text Example

White with #CFE421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE421; }

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

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

background-color css

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

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

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

border-color css

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

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

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