Html Css Color HEX #CEED29 Pear

📋 copy color: '#CEED29'

red 206 ◦ green 237 ◦ blue 41

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

Shades of Pear #CEED29

Tints of Pear #CEED29

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.97%

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 42.56%
G = 48.97%
B = 8.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#CEED29 (or 0xCEED29) is known color: Pear. HEX triplet: CE, ED and 29. RGB value is (206,237,41). Sum of RGB (Red+Green+Blue) = 206+237+41=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED29 is #3112D6. Grayscale: #CECECE. Windows color (decimal): -3216087 or 2747854. OLE color: 2747854.

HSL color Cylindrical-coordinate representation of color #CEED29: hue angle of 69.49º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEED29 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 41 -
CMYK 0.13 0 0.83 0.07
HSL 69.49º 0.84% 0.55% -
HSV(B) 69.49º 0.83% 0.93% -
XYZ 56.14 73.85 13.39 -
YUV 205.39 35.23 128.44 -
System Red Green Blue C M Y K H S L
Decimal 206 237 41 0.13 0 0.83 0.07 69.49 0.84 0.55
Hex CE ED 29 D 0 53 7 45 54 37
Octal 316 355 51 15 0 123 7 105 124 67
Binary 11001110 11101101 101001 1101 0 1010011 111 1000101 1010100 110111

Color Harmonies of #CEED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED29

Black with #CEED29

Text Example


Text Example

White with #CEED29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED29; }

 p { color: rgb(206,237,41); }

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

background-color css

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

 a { background-color: rgb(206,237,41); }

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

border-color css

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

 span { border-color: rgb(206,237,41); }

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