Html Css Color HEX #CCF020 Pear

📋 copy color: '#CCF020'

red 204 ◦ green 240 ◦ blue 32

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

Shades of Pear #CCF020

Tints of Pear #CCF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

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

R = 42.86%
G = 50.42%
B = 6.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#CCF020 (or 0xCCF020) is known color: Pear. HEX triplet: CC, F0 and 20. RGB value is (204,240,32). Sum of RGB (Red+Green+Blue) = 204+240+32=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF020 is #330FDF. Grayscale: #CECECE. Windows color (decimal): -3346400 or 2158796. OLE color: 2158796.

HSL color Cylindrical-coordinate representation of color #CCF020: hue angle of 70.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF020 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 32 -
CMYK 0.15 0 0.87 0.06
HSL 70.38º 0.87% 0.53% -
HSV(B) 70.38º 0.87% 0.94% -
XYZ 56.32 75.26 12.92 -
YUV 205.52 30.07 126.91 -
System Red Green Blue C M Y K H S L
Decimal 204 240 32 0.15 0 0.87 0.06 70.38 0.87 0.53
Hex CC F0 20 F 0 57 6 46 57 35
Octal 314 360 40 17 0 127 6 106 127 65
Binary 11001100 11110000 100000 1111 0 1010111 110 1000110 1010111 110101

Color Harmonies of #CCF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF020

Black with #CCF020

Text Example


Text Example

White with #CCF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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