Html Css Color HEX #CEDE21 Pear

📋 copy color: '#CEDE21'

red 206 ◦ green 222 ◦ blue 33

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

Shades of Pear #CEDE21

Tints of Pear #CEDE21

RGB

 RED value IS 206 (80.86% from 255) = 44.69%

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

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

R = 44.69%
G = 48.16%
B = 7.16%

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

#CEDE21 (or 0xCEDE21) is known color: Pear. HEX triplet: CE, DE and 21. RGB value is (206,222,33). Sum of RGB (Red+Green+Blue) = 206+222+33=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE21 is #3121DE. Grayscale: #C4C4C4. Windows color (decimal): -3219935 or 2219726. OLE color: 2219726.

HSL color Cylindrical-coordinate representation of color #CEDE21: hue angle of 65.08º 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 #CEDE21 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 33 -
CMYK 0.07 0 0.85 0.13
HSL 65.08º 0.74% 0.5% -
HSV(B) 65.08º 0.85% 0.87% -
XYZ 51.85 65.47 11.34 -
YUV 195.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 206 222 33 0.07 0 0.85 0.13 65.08 0.74 0.5
Hex CE DE 21 7 0 55 D 41 4A 32
Octal 316 336 41 7 0 125 15 101 112 62
Binary 11001110 11011110 100001 111 0 1010101 1101 1000001 1001010 110010

Color Harmonies of #CEDE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE21

Black with #CEDE21

Text Example


Text Example

White with #CEDE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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