Html Css Color HEX #CCE942 Pear

📋 copy color: '#CCE942'

red 204 ◦ green 233 ◦ blue 66

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

Shades of Pear #CCE942

Tints of Pear #CCE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

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

R = 40.56%
G = 46.32%
B = 13.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#CCE942 (or 0xCCE942) is known color: Pear. HEX triplet: CC, E9 and 42. RGB value is (204,233,66). Sum of RGB (Red+Green+Blue) = 204+233+66=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE942 is #3316BD. Grayscale: #CDCDCD. Windows color (decimal): -3348158 or 4385228. OLE color: 4385228.

HSL color Cylindrical-coordinate representation of color #CCE942: hue angle of 70.42º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE942 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 66 -
CMYK 0.12 0 0.72 0.09
HSL 70.42º 0.79% 0.59% -
HSV(B) 70.42º 0.72% 0.91% -
XYZ 55.02 71.51 16.06 -
YUV 205.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 204 233 66 0.12 0 0.72 0.09 70.42 0.79 0.59
Hex CC E9 42 C 0 48 9 46 4F 3B
Octal 314 351 102 14 0 110 11 106 117 73
Binary 11001100 11101001 1000010 1100 0 1001000 1001 1000110 1001111 111011

Color Harmonies of #CCE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE942

Black with #CCE942

Text Example


Text Example

White with #CCE942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE942; }

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

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

background-color css

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

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

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

border-color css

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

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

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