Html Css Color HEX #CCFF4F Mindaro

📋 copy color: '#CCFF4F'

red 204 ◦ green 255 ◦ blue 79

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

Shades of Mindaro #CCFF4F

Tints of Mindaro #CCFF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.68%

R = 37.92%
G = 47.4%
B = 14.68%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#CCFF4F (or 0xCCFF4F) is known color: Mindaro. HEX triplet: CC, FF and 4F. RGB value is (204,255,79). Sum of RGB (Red+Green+Blue) = 204+255+79=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF4F is #3300B0. Grayscale: #DCDCDC. Windows color (decimal): -3342513 or 5242828. OLE color: 5242828.

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

Color convert

RGB 204 255 79 -
CMYK 0.2 0 0.69 0
HSL 77.39º 1% 0.65% -
HSV(B) 77.39º 0.69% 1% -
XYZ 62.07 84.92 20.52 -
YUV 219.69 48.6 116.81 -
System Red Green Blue C M Y K H S L
Decimal 204 255 79 0.2 0 0.69 0 77.39 1 0.65
Hex CC FF 4F 14 0 45 0 4D 64 41
Octal 314 377 117 24 0 105 0 115 144 101
Binary 11001100 11111111 1001111 10100 0 1000101 0 1001101 1100100 1000001

Color Harmonies of #CCFF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF4F

Black with #CCFF4F

Text Example


Text Example

White with #CCFF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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