Html Css Color HEX #CCE316 Pear

📋 copy color: '#CCE316'

red 204 ◦ green 227 ◦ blue 22

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

Shades of Pear #CCE316

Tints of Pear #CCE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.11%

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

R = 45.03%
G = 50.11%
B = 4.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#CCE316 (or 0xCCE316) is known color: Pear. HEX triplet: CC, E3 and 16. RGB value is (204,227,22). Sum of RGB (Red+Green+Blue) = 204+227+22=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE316 is #331CE9. Grayscale: #C5C5C5. Windows color (decimal): -3349738 or 1500108. OLE color: 1500108.

HSL color Cylindrical-coordinate representation of color #CCE316: hue angle of 66.73º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE316 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 22 -
CMYK 0.10 0 0.90 0.11
HSL 66.73º 0.82% 0.49% -
HSV(B) 66.73º 0.9% 0.89% -
XYZ 52.52 67.83 11.08 -
YUV 196.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 204 227 22 0.10 0 0.90 0.11 66.73 0.82 0.49
Hex CC E3 16 A 0 5A B 43 52 31
Octal 314 343 26 12 0 132 13 103 122 61
Binary 11001100 11100011 10110 1010 0 1011010 1011 1000011 1010010 110001

Color Harmonies of #CCE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE316

Black with #CCE316

Text Example


Text Example

White with #CCE316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE316; }

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

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

background-color css

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

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

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

border-color css

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

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

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