Html Css Color HEX #CCE514 Pear

📋 copy color: '#CCE514'

red 204 ◦ green 229 ◦ blue 20

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

Shades of Pear #CCE514

Tints of Pear #CCE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.55%

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 45.03%
G = 50.55%
B = 4.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#CCE514 (or 0xCCE514) is known color: Pear. HEX triplet: CC, E5 and 14. RGB value is (204,229,20). Sum of RGB (Red+Green+Blue) = 204+229+20=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE514 is #331AEB. Grayscale: #C6C6C6. Windows color (decimal): -3349228 or 1369548. OLE color: 1369548.

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

Color convert

RGB 204 229 20 -
CMYK 0.11 0 0.91 0.10
HSL 67.18º 0.84% 0.49% -
HSV(B) 67.18º 0.91% 0.9% -
XYZ 53.05 68.93 11.17 -
YUV 197.7 27.72 132.49 -
System Red Green Blue C M Y K H S L
Decimal 204 229 20 0.11 0 0.91 0.10 67.18 0.84 0.49
Hex CC E5 14 B 0 5B A 43 54 31
Octal 314 345 24 13 0 133 12 103 124 61
Binary 11001100 11100101 10100 1011 0 1011011 1010 1000011 1010100 110001

Color Harmonies of #CCE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE514

Black with #CCE514

Text Example


Text Example

White with #CCE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE514; }

 p { color: rgb(204,229,20); }

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

background-color css

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

 a { background-color: rgb(204,229,20); }

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

border-color css

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

 span { border-color: rgb(204,229,20); }

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