Html Css Color HEX #CCED29 Pear

📋 copy color: '#CCED29'

red 204 ◦ green 237 ◦ blue 41

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

Shades of Pear #CCED29

Tints of Pear #CCED29

RGB

 RED value IS 204 (80.08% from 255) = 42.32%

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

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

R = 42.32%
G = 49.17%
B = 8.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#CCED29 (or 0xCCED29) is known color: Pear. HEX triplet: CC, ED and 29. RGB value is (204,237,41). Sum of RGB (Red+Green+Blue) = 204+237+41=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED29 is #3312D6. Grayscale: #CDCDCD. Windows color (decimal): -3347159 or 2747852. OLE color: 2747852.

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

Color convert

RGB 204 237 41 -
CMYK 0.14 0 0.83 0.07
HSL 70.1º 0.84% 0.55% -
HSV(B) 70.1º 0.83% 0.93% -
XYZ 55.59 73.57 13.37 -
YUV 204.79 35.57 127.44 -
System Red Green Blue C M Y K H S L
Decimal 204 237 41 0.14 0 0.83 0.07 70.1 0.84 0.55
Hex CC ED 29 E 0 53 7 46 54 37
Octal 314 355 51 16 0 123 7 106 124 67
Binary 11001100 11101101 101001 1110 0 1010011 111 1000110 1010100 110111

Color Harmonies of #CCED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED29

Black with #CCED29

Text Example


Text Example

White with #CCED29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED29; }

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

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

background-color css

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

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

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

border-color css

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

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

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