Html Css Color HEX #CCE11B Pear

📋 copy color: '#CCE11B'

red 204 ◦ green 225 ◦ blue 27

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

Shades of Pear #CCE11B

Tints of Pear #CCE11B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

 BLUE value IS 27 (10.94% from 255) = 5.92%

R = 44.74%
G = 49.34%
B = 5.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#CCE11B (or 0xCCE11B) is known color: Pear. HEX triplet: CC, E1 and 1B. RGB value is (204,225,27). Sum of RGB (Red+Green+Blue) = 204+225+27=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE11B is #331EE4. Grayscale: #C4C4C4. Windows color (decimal): -3350245 or 1827276. OLE color: 1827276.

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

Color convert

RGB 204 225 27 -
CMYK 0.09 0 0.88 0.12
HSL 66.36º 0.79% 0.49% -
HSV(B) 66.36º 0.88% 0.88% -
XYZ 52.02 66.77 11.18 -
YUV 196.15 32.54 133.6 -
System Red Green Blue C M Y K H S L
Decimal 204 225 27 0.09 0 0.88 0.12 66.36 0.79 0.49
Hex CC E1 1B 9 0 58 C 42 4F 31
Octal 314 341 33 11 0 130 14 102 117 61
Binary 11001100 11100001 11011 1001 0 1011000 1100 1000010 1001111 110001

Color Harmonies of #CCE11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE11B

Black with #CCE11B

Text Example


Text Example

White with #CCE11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE11B; }

 p { color: rgb(204,225,27); }

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

background-color css

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

 a { background-color: rgb(204,225,27); }

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

border-color css

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

 span { border-color: rgb(204,225,27); }

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