Html Css Color HEX #CCE030 Pear

📋 copy color: '#CCE030'

red 204 ◦ green 224 ◦ blue 48

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

Shades of Pear #CCE030

Tints of Pear #CCE030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.08%

R = 42.86%
G = 47.06%
B = 10.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#CCE030 (or 0xCCE030) is known color: Pear. HEX triplet: CC, E0 and 30. RGB value is (204,224,48). Sum of RGB (Red+Green+Blue) = 204+224+48=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE030 is #331FCF. Grayscale: #C6C6C6. Windows color (decimal): -3350480 or 3203276. OLE color: 3203276.

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

Color convert

RGB 204 224 48 -
CMYK 0.09 0 0.79 0.12
HSL 66.82º 0.74% 0.53% -
HSV(B) 66.82º 0.79% 0.88% -
XYZ 52.09 66.36 12.86 -
YUV 197.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 204 224 48 0.09 0 0.79 0.12 66.82 0.74 0.53
Hex CC E0 30 9 0 4F C 43 4A 35
Octal 314 340 60 11 0 117 14 103 112 65
Binary 11001100 11100000 110000 1001 0 1001111 1100 1000011 1001010 110101

Color Harmonies of #CCE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE030

Black with #CCE030

Text Example


Text Example

White with #CCE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE030; }

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

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

background-color css

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

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

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

border-color css

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

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

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