Html Css Color HEX #CCF51E Pear

📋 copy color: '#CCF51E'

red 204 ◦ green 245 ◦ blue 30

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

Shades of Pear #CCF51E

Tints of Pear #CCF51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.15%

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

R = 42.59%
G = 51.15%
B = 6.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#CCF51E (or 0xCCF51E) is known color: Pear. HEX triplet: CC, F5 and 1E. RGB value is (204,245,30). Sum of RGB (Red+Green+Blue) = 204+245+30=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF51E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF51E is #330AE1. Grayscale: #D1D1D1. Windows color (decimal): -3345122 or 2029004. OLE color: 2029004.

HSL color Cylindrical-coordinate representation of color #CCF51E: hue angle of 71.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF51E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 30 -
CMYK 0.17 0 0.88 0.04
HSL 71.44º 0.91% 0.54% -
HSV(B) 71.44º 0.88% 0.96% -
XYZ 57.79 78.24 13.28 -
YUV 208.23 27.42 124.98 -
System Red Green Blue C M Y K H S L
Decimal 204 245 30 0.17 0 0.88 0.04 71.44 0.91 0.54
Hex CC F5 1E 11 0 58 4 47 5B 36
Octal 314 365 36 21 0 130 4 107 133 66
Binary 11001100 11110101 11110 10001 0 1011000 100 1000111 1011011 110110

Color Harmonies of #CCF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF51E

Black with #CCF51E

Text Example


Text Example

White with #CCF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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