Html Css Color HEX #CCF558 Mindaro

📋 copy color: '#CCF558'

red 204 ◦ green 245 ◦ blue 88

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

Shades of Mindaro #CCF558

Tints of Mindaro #CCF558

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

 BLUE value IS 88 (34.77% from 255) = 16.39%

R = 37.99%
G = 45.62%
B = 16.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#CCF558 (or 0xCCF558) is known color: Mindaro. HEX triplet: CC, F5 and 58. RGB value is (204,245,88). Sum of RGB (Red+Green+Blue) = 204+245+88=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF558 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF558 is #330AA7. Grayscale: #D7D7D7. Windows color (decimal): -3345064 or 5830092. OLE color: 5830092.

HSL color Cylindrical-coordinate representation of color #CCF558: hue angle of 75.67º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF558 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 88 -
CMYK 0.17 0 0.64 0.04
HSL 75.67º 0.89% 0.65% -
HSV(B) 75.67º 0.64% 0.96% -
XYZ 59.32 78.85 21.33 -
YUV 214.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 204 245 88 0.17 0 0.64 0.04 75.67 0.89 0.65
Hex CC F5 58 11 0 40 4 4C 59 41
Octal 314 365 130 21 0 100 4 114 131 101
Binary 11001100 11110101 1011000 10001 0 1000000 100 1001100 1011001 1000001

Color Harmonies of #CCF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF558

Black with #CCF558

Text Example


Text Example

White with #CCF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF558; }

 p { color: rgb(204,245,88); }

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

background-color css

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

 a { background-color: rgb(204,245,88); }

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

border-color css

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

 span { border-color: rgb(204,245,88); }

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