Html Css Color HEX #CCFD25 Pear

📋 copy color: '#CCFD25'

red 204 ◦ green 253 ◦ blue 37

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

Shades of Pear #CCFD25

Tints of Pear #CCFD25

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.21%

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

R = 41.3%
G = 51.21%
B = 7.49%

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

#CCFD25 (or 0xCCFD25) is known color: Pear. HEX triplet: CC, FD and 25. RGB value is (204,253,37). Sum of RGB (Red+Green+Blue) = 204+253+37=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD25 is #3302DA. Grayscale: #D6D6D6. Windows color (decimal): -3343067 or 2489804. OLE color: 2489804.

HSL color Cylindrical-coordinate representation of color #CCFD25: hue angle of 73.61º degrees, saturation: 0.98, 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 #CCFD25 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 37 -
CMYK 0.19 0 0.85 0.01
HSL 73.61º 0.98% 0.57% -
HSV(B) 73.61º 0.85% 0.99% -
XYZ 60.36 83.22 14.63 -
YUV 213.73 28.27 121.06 -
System Red Green Blue C M Y K H S L
Decimal 204 253 37 0.19 0 0.85 0.01 73.61 0.98 0.57
Hex CC FD 25 13 0 55 1 4A 62 39
Octal 314 375 45 23 0 125 1 112 142 71
Binary 11001100 11111101 100101 10011 0 1010101 1 1001010 1100010 111001

Color Harmonies of #CCFD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD25

Black with #CCFD25

Text Example


Text Example

White with #CCFD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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