Html Css Color HEX #CCED42 Pear

📋 copy color: '#CCED42'

red 204 ◦ green 237 ◦ blue 66

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

Shades of Pear #CCED42

Tints of Pear #CCED42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.02%

R = 40.24%
G = 46.75%
B = 13.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#CCED42 (or 0xCCED42) is known color: Pear. HEX triplet: CC, ED and 42. RGB value is (204,237,66). Sum of RGB (Red+Green+Blue) = 204+237+66=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED42 is #3312BD. Grayscale: #D0D0D0. Windows color (decimal): -3347134 or 4386252. OLE color: 4386252.

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

Color convert

RGB 204 237 66 -
CMYK 0.14 0 0.72 0.07
HSL 71.58º 0.83% 0.59% -
HSV(B) 71.58º 0.72% 0.93% -
XYZ 56.17 73.8 16.44 -
YUV 207.64 48.07 125.4 -
System Red Green Blue C M Y K H S L
Decimal 204 237 66 0.14 0 0.72 0.07 71.58 0.83 0.59
Hex CC ED 42 E 0 48 7 48 53 3B
Octal 314 355 102 16 0 110 7 110 123 73
Binary 11001100 11101101 1000010 1110 0 1001000 111 1001000 1010011 111011

Color Harmonies of #CCED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED42

Black with #CCED42

Text Example


Text Example

White with #CCED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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