Html Css Color HEX #CEDD22 Pear

📋 copy color: '#CEDD22'

red 206 ◦ green 221 ◦ blue 34

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

Shades of Pear #CEDD22

Tints of Pear #CEDD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 44.69%
G = 47.94%
B = 7.38%

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

#CEDD22 (or 0xCEDD22) is known color: Pear. HEX triplet: CE, DD and 22. RGB value is (206,221,34). Sum of RGB (Red+Green+Blue) = 206+221+34=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD22 is #3122DD. Grayscale: #C3C3C3. Windows color (decimal): -3220190 or 2285006. OLE color: 2285006.

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

Color convert

RGB 206 221 34 -
CMYK 0.07 0 0.85 0.13
HSL 64.81º 0.73% 0.5% -
HSV(B) 64.81º 0.85% 0.87% -
XYZ 51.6 64.95 11.33 -
YUV 195.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 206 221 34 0.07 0 0.85 0.13 64.81 0.73 0.5
Hex CE DD 22 7 0 55 D 41 49 32
Octal 316 335 42 7 0 125 15 101 111 62
Binary 11001110 11011101 100010 111 0 1010101 1101 1000001 1001001 110010

Color Harmonies of #CEDD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD22

Black with #CEDD22

Text Example


Text Example

White with #CEDD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD22; }

 p { color: rgb(206,221,34); }

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

background-color css

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

 a { background-color: rgb(206,221,34); }

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

border-color css

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

 span { border-color: rgb(206,221,34); }

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