Html Css Color HEX #CCFC25 Pear

📋 copy color: '#CCFC25'

red 204 ◦ green 252 ◦ blue 37

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

Shades of Pear #CCFC25

Tints of Pear #CCFC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.51%

R = 41.38%
G = 51.12%
B = 7.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#CCFC25 (or 0xCCFC25) is known color: Pear. HEX triplet: CC, FC and 25. RGB value is (204,252,37). Sum of RGB (Red+Green+Blue) = 204+252+37=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC25 is #3303DA. Grayscale: #D5D5D5. Windows color (decimal): -3343323 or 2489548. OLE color: 2489548.

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

Color convert

RGB 204 252 37 -
CMYK 0.19 0 0.85 0.01
HSL 73.4º 0.97% 0.57% -
HSV(B) 73.4º 0.85% 0.99% -
XYZ 60.05 82.59 14.53 -
YUV 213.14 28.6 121.48 -
System Red Green Blue C M Y K H S L
Decimal 204 252 37 0.19 0 0.85 0.01 73.4 0.97 0.57
Hex CC FC 25 13 0 55 1 49 61 39
Octal 314 374 45 23 0 125 1 111 141 71
Binary 11001100 11111100 100101 10011 0 1010101 1 1001001 1100001 111001

Color Harmonies of #CCFC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC25

Black with #CCFC25

Text Example


Text Example

White with #CCFC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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