Html Css Color HEX #CCFF25 Pear

📋 copy color: '#CCFF25'

red 204 ◦ green 255 ◦ blue 37

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

Shades of Pear #CCFF25

Tints of Pear #CCFF25

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

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

R = 41.13%
G = 51.41%
B = 7.46%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#CCFF25 (or 0xCCFF25) is known color: Pear. HEX triplet: CC, FF and 25. RGB value is (204,255,37). Sum of RGB (Red+Green+Blue) = 204+255+37=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF25 is #3300DA. Grayscale: #D7D7D7. Windows color (decimal): -3342555 or 2490316. OLE color: 2490316.

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

Color convert

RGB 204 255 37 -
CMYK 0.2 0 0.85 0
HSL 74.04º 1% 0.57% -
HSV(B) 74.04º 0.85% 1% -
XYZ 61 84.49 14.84 -
YUV 214.9 27.6 120.23 -
System Red Green Blue C M Y K H S L
Decimal 204 255 37 0.2 0 0.85 0 74.04 1 0.57
Hex CC FF 25 14 0 55 0 4A 64 39
Octal 314 377 45 24 0 125 0 112 144 71
Binary 11001100 11111111 100101 10100 0 1010101 0 1001010 1100100 111001

Color Harmonies of #CCFF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF25

Black with #CCFF25

Text Example


Text Example

White with #CCFF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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