Html Css Color HEX #CCF120 Pear

📋 copy color: '#CCF120'

red 204 ◦ green 241 ◦ blue 32

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

Shades of Pear #CCF120

Tints of Pear #CCF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.52%

 BLUE value IS 32 (12.89% from 255) = 6.71%

R = 42.77%
G = 50.52%
B = 6.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#CCF120 (or 0xCCF120) is known color: Pear. HEX triplet: CC, F1 and 20. RGB value is (204,241,32). Sum of RGB (Red+Green+Blue) = 204+241+32=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF120 is #330EDF. Grayscale: #CECECE. Windows color (decimal): -3346144 or 2159052. OLE color: 2159052.

HSL color Cylindrical-coordinate representation of color #CCF120: hue angle of 70.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF120 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 32 -
CMYK 0.15 0 0.87 0.05
HSL 70.62º 0.88% 0.54% -
HSV(B) 70.62º 0.87% 0.95% -
XYZ 56.62 75.85 13.02 -
YUV 206.11 29.74 126.49 -
System Red Green Blue C M Y K H S L
Decimal 204 241 32 0.15 0 0.87 0.05 70.62 0.88 0.54
Hex CC F1 20 F 0 57 5 47 58 36
Octal 314 361 40 17 0 127 5 107 130 66
Binary 11001100 11110001 100000 1111 0 1010111 101 1000111 1011000 110110

Color Harmonies of #CCF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF120

Black with #CCF120

Text Example


Text Example

White with #CCF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF120; }

 p { color: rgb(204,241,32); }

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

background-color css

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

 a { background-color: rgb(204,241,32); }

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

border-color css

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

 span { border-color: rgb(204,241,32); }

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