Html Css Color HEX #CCE315 Pear

📋 copy color: '#CCE315'

red 204 ◦ green 227 ◦ blue 21

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

Shades of Pear #CCE315

Tints of Pear #CCE315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 45.13%
G = 50.22%
B = 4.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#CCE315 (or 0xCCE315) is known color: Pear. HEX triplet: CC, E3 and 15. RGB value is (204,227,21). Sum of RGB (Red+Green+Blue) = 204+227+21=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE315 is #331CEA. Grayscale: #C5C5C5. Windows color (decimal): -3349739 or 1434572. OLE color: 1434572.

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

Color convert

RGB 204 227 21 -
CMYK 0.10 0 0.91 0.11
HSL 66.7º 0.83% 0.49% -
HSV(B) 66.7º 0.91% 0.89% -
XYZ 52.51 67.83 11.03 -
YUV 196.64 28.88 133.25 -
System Red Green Blue C M Y K H S L
Decimal 204 227 21 0.10 0 0.91 0.11 66.7 0.83 0.49
Hex CC E3 15 A 0 5B B 43 53 31
Octal 314 343 25 12 0 133 13 103 123 61
Binary 11001100 11100011 10101 1010 0 1011011 1011 1000011 1010011 110001

Color Harmonies of #CCE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE315

Black with #CCE315

Text Example


Text Example

White with #CCE315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE315; }

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

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

background-color css

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

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

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

border-color css

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

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

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