Html Css Color HEX #CCFC3F Pear

📋 copy color: '#CCFC3F'

red 204 ◦ green 252 ◦ blue 63

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

Shades of Pear #CCFC3F

Tints of Pear #CCFC3F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.55%

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

R = 39.31%
G = 48.55%
B = 12.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#CCFC3F (or 0xCCFC3F) is known color: Pear. HEX triplet: CC, FC and 3F. RGB value is (204,252,63). Sum of RGB (Red+Green+Blue) = 204+252+63=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC3F is #3303C0. Grayscale: #D8D8D8. Windows color (decimal): -3343297 or 4193484. OLE color: 4193484.

HSL color Cylindrical-coordinate representation of color #CCFC3F: hue angle of 75.24º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCFC3F is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 63 -
CMYK 0.19 0 0.75 0.01
HSL 75.24º 0.97% 0.62% -
HSV(B) 75.24º 0.75% 0.99% -
XYZ 60.61 82.82 17.49 -
YUV 216.1 41.6 119.37 -
System Red Green Blue C M Y K H S L
Decimal 204 252 63 0.19 0 0.75 0.01 75.24 0.97 0.62
Hex CC FC 3F 13 0 4B 1 4B 61 3E
Octal 314 374 77 23 0 113 1 113 141 76
Binary 11001100 11111100 111111 10011 0 1001011 1 1001011 1100001 111110

Color Harmonies of #CCFC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC3F

Black with #CCFC3F

Text Example


Text Example

White with #CCFC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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