Html Css Color HEX #CCFF5F Mindaro

📋 copy color: '#CCFF5F'

red 204 ◦ green 255 ◦ blue 95

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

Shades of Mindaro #CCFF5F

Tints of Mindaro #CCFF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.15%

R = 36.82%
G = 46.03%
B = 17.15%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#CCFF5F (or 0xCCFF5F) is known color: Mindaro. HEX triplet: CC, FF and 5F. RGB value is (204,255,95). Sum of RGB (Red+Green+Blue) = 204+255+95=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF5F is #3300A0. Grayscale: #DEDEDE. Windows color (decimal): -3342497 or 6291404. OLE color: 6291404.

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

Color convert

RGB 204 255 95 -
CMYK 0.2 0 0.63 0
HSL 79.13º 1% 0.69% -
HSV(B) 79.13º 0.63% 1% -
XYZ 62.73 85.18 23.96 -
YUV 221.51 56.6 115.51 -
System Red Green Blue C M Y K H S L
Decimal 204 255 95 0.2 0 0.63 0 79.13 1 0.69
Hex CC FF 5F 14 0 3F 0 4F 64 45
Octal 314 377 137 24 0 77 0 117 144 105
Binary 11001100 11111111 1011111 10100 0 111111 0 1001111 1100100 1000101

Color Harmonies of #CCFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF5F

Black with #CCFF5F

Text Example


Text Example

White with #CCFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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