Html Css Color HEX #CCF920 Pear

📋 copy color: '#CCF920'

red 204 ◦ green 249 ◦ blue 32

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

Shades of Pear #CCF920

Tints of Pear #CCF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.34%

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

R = 42.06%
G = 51.34%
B = 6.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#CCF920 (or 0xCCF920) is known color: Pear. HEX triplet: CC, F9 and 20. RGB value is (204,249,32). Sum of RGB (Red+Green+Blue) = 204+249+32=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF920 is #3306DF. Grayscale: #D3D3D3. Windows color (decimal): -3344096 or 2161100. OLE color: 2161100.

HSL color Cylindrical-coordinate representation of color #CCF920: hue angle of 72.44º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF920 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 32 -
CMYK 0.18 0 0.87 0.02
HSL 72.44º 0.95% 0.55% -
HSV(B) 72.44º 0.87% 0.98% -
XYZ 59.04 80.69 13.83 -
YUV 210.81 27.09 123.14 -
System Red Green Blue C M Y K H S L
Decimal 204 249 32 0.18 0 0.87 0.02 72.44 0.95 0.55
Hex CC F9 20 12 0 57 2 48 5F 37
Octal 314 371 40 22 0 127 2 110 137 67
Binary 11001100 11111001 100000 10010 0 1010111 10 1001000 1011111 110111

Color Harmonies of #CCF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF920

Black with #CCF920

Text Example


Text Example

White with #CCF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF920; }

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

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

background-color css

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

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

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

border-color css

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

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

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