Html Css Color HEX #CFDE21 Pear

📋 copy color: '#CFDE21'

red 207 ◦ green 222 ◦ blue 33

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

Shades of Pear #CFDE21

Tints of Pear #CFDE21

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

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

R = 44.81%
G = 48.05%
B = 7.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#CFDE21 (or 0xCFDE21) is known color: Pear. HEX triplet: CF, DE and 21. RGB value is (207,222,33). Sum of RGB (Red+Green+Blue) = 207+222+33=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE21 is #3021DE. Grayscale: #C4C4C4. Windows color (decimal): -3154399 or 2219727. OLE color: 2219727.

HSL color Cylindrical-coordinate representation of color #CFDE21: hue angle of 64.76º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFDE21 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 33 -
CMYK 0.07 0 0.85 0.13
HSL 64.76º 0.74% 0.5% -
HSV(B) 64.76º 0.85% 0.87% -
XYZ 52.13 65.62 11.36 -
YUV 195.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 207 222 33 0.07 0 0.85 0.13 64.76 0.74 0.5
Hex CF DE 21 7 0 55 D 41 4A 32
Octal 317 336 41 7 0 125 15 101 112 62
Binary 11001111 11011110 100001 111 0 1010101 1101 1000001 1001010 110010

Color Harmonies of #CFDE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE21

Black with #CFDE21

Text Example


Text Example

White with #CFDE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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