Html Css Color HEX #CCE01E Pear

📋 copy color: '#CCE01E'

red 204 ◦ green 224 ◦ blue 30

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

Shades of Pear #CCE01E

Tints of Pear #CCE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

 BLUE value IS 30 (12.11% from 255) = 6.55%

R = 44.54%
G = 48.91%
B = 6.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#CCE01E (or 0xCCE01E) is known color: Pear. HEX triplet: CC, E0 and 1E. RGB value is (204,224,30). Sum of RGB (Red+Green+Blue) = 204+224+30=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE01E is #331FE1. Grayscale: #C4C4C4. Windows color (decimal): -3350498 or 2023628. OLE color: 2023628.

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

Color convert

RGB 204 224 30 -
CMYK 0.09 0 0.87 0.12
HSL 66.19º 0.76% 0.5% -
HSV(B) 66.19º 0.87% 0.88% -
XYZ 51.79 66.24 11.28 -
YUV 195.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 204 224 30 0.09 0 0.87 0.12 66.19 0.76 0.5
Hex CC E0 1E 9 0 57 C 42 4C 32
Octal 314 340 36 11 0 127 14 102 114 62
Binary 11001100 11100000 11110 1001 0 1010111 1100 1000010 1001100 110010

Color Harmonies of #CCE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE01E

Black with #CCE01E

Text Example


Text Example

White with #CCE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE01E; }

 p { color: rgb(204,224,30); }

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

background-color css

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

 a { background-color: rgb(204,224,30); }

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

border-color css

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

 span { border-color: rgb(204,224,30); }

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