Html Css Color HEX #CCE916 Pear

📋 copy color: '#CCE916'

red 204 ◦ green 233 ◦ blue 22

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

Shades of Pear #CCE916

Tints of Pear #CCE916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 44.44%
G = 50.76%
B = 4.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#CCE916 (or 0xCCE916) is known color: Pear. HEX triplet: CC, E9 and 16. RGB value is (204,233,22). Sum of RGB (Red+Green+Blue) = 204+233+22=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE916 is #3316E9. Grayscale: #C9C9C9. Windows color (decimal): -3348202 or 1501644. OLE color: 1501644.

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

Color convert

RGB 204 233 22 -
CMYK 0.12 0 0.91 0.09
HSL 68.25º 0.83% 0.5% -
HSV(B) 68.25º 0.91% 0.91% -
XYZ 54.19 71.17 11.64 -
YUV 200.28 27.39 130.66 -
System Red Green Blue C M Y K H S L
Decimal 204 233 22 0.12 0 0.91 0.09 68.25 0.83 0.5
Hex CC E9 16 C 0 5B 9 44 53 32
Octal 314 351 26 14 0 133 11 104 123 62
Binary 11001100 11101001 10110 1100 0 1011011 1001 1000100 1010011 110010

Color Harmonies of #CCE916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE916

Black with #CCE916

Text Example


Text Example

White with #CCE916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE916; }

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

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

background-color css

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

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

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

border-color css

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

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

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