Html Css Color HEX #CCF53F Pear

📋 copy color: '#CCF53F'

red 204 ◦ green 245 ◦ blue 63

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

Shades of Pear #CCF53F

Tints of Pear #CCF53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.3%

R = 39.84%
G = 47.85%
B = 12.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#CCF53F (or 0xCCF53F) is known color: Pear. HEX triplet: CC, F5 and 3F. RGB value is (204,245,63). Sum of RGB (Red+Green+Blue) = 204+245+63=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53F is #330AC0. Grayscale: #D4D4D4. Windows color (decimal): -3345089 or 4191692. OLE color: 4191692.

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

Color convert

RGB 204 245 63 -
CMYK 0.17 0 0.74 0.04
HSL 73.52º 0.9% 0.6% -
HSV(B) 73.52º 0.74% 0.96% -
XYZ 58.45 78.5 16.77 -
YUV 211.99 43.92 122.3 -
System Red Green Blue C M Y K H S L
Decimal 204 245 63 0.17 0 0.74 0.04 73.52 0.9 0.6
Hex CC F5 3F 11 0 4A 4 4A 5A 3C
Octal 314 365 77 21 0 112 4 112 132 74
Binary 11001100 11110101 111111 10001 0 1001010 100 1001010 1011010 111100

Color Harmonies of #CCF53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF53F

Black with #CCF53F

Text Example


Text Example

White with #CCF53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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