Html Css Color HEX #CCF159 Mindaro

📋 copy color: '#CCF159'

red 204 ◦ green 241 ◦ blue 89

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

Shades of Mindaro #CCF159

Tints of Mindaro #CCF159

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

 BLUE value IS 89 (35.16% from 255) = 16.67%

R = 38.2%
G = 45.13%
B = 16.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CCF159 (or 0xCCF159) is known color: Mindaro. HEX triplet: CC, F1 and 59. RGB value is (204,241,89). Sum of RGB (Red+Green+Blue) = 204+241+89=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF159 is #330EA6. Grayscale: #D5D5D5. Windows color (decimal): -3346087 or 5894604. OLE color: 5894604.

HSL color Cylindrical-coordinate representation of color #CCF159: hue angle of 74.61º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCF159 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 89 -
CMYK 0.15 0 0.63 0.05
HSL 74.61º 0.84% 0.65% -
HSV(B) 74.61º 0.63% 0.95% -
XYZ 58.16 76.47 21.15 -
YUV 212.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 204 241 89 0.15 0 0.63 0.05 74.61 0.84 0.65
Hex CC F1 59 F 0 3F 5 4B 54 41
Octal 314 361 131 17 0 77 5 113 124 101
Binary 11001100 11110001 1011001 1111 0 111111 101 1001011 1010100 1000001

Color Harmonies of #CCF159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF159

Black with #CCF159

Text Example


Text Example

White with #CCF159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF159; }

 p { color: rgb(204,241,89); }

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

background-color css

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

 a { background-color: rgb(204,241,89); }

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

border-color css

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

 span { border-color: rgb(204,241,89); }

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