Html Css Color HEX #CCF158 Mindaro

📋 copy color: '#CCF158'

red 204 ◦ green 241 ◦ blue 88

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

Shades of Mindaro #CCF158

Tints of Mindaro #CCF158

RGB

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

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

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

R = 38.27%
G = 45.22%
B = 16.51%

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

#CCF158 (or 0xCCF158) is known color: Mindaro. HEX triplet: CC, F1 and 58. RGB value is (204,241,88). Sum of RGB (Red+Green+Blue) = 204+241+88=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF158 is #330EA7. Grayscale: #D5D5D5. Windows color (decimal): -3346088 or 5829068. OLE color: 5829068.

HSL color Cylindrical-coordinate representation of color #CCF158: hue angle of 74.51º degrees, saturation: 0.85, 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 #CCF158 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 88 -
CMYK 0.15 0 0.63 0.05
HSL 74.51º 0.85% 0.65% -
HSV(B) 74.51º 0.63% 0.95% -
XYZ 58.12 76.45 20.93 -
YUV 212.5 57.74 121.94 -
System Red Green Blue C M Y K H S L
Decimal 204 241 88 0.15 0 0.63 0.05 74.51 0.85 0.65
Hex CC F1 58 F 0 3F 5 4B 55 41
Octal 314 361 130 17 0 77 5 113 125 101
Binary 11001100 11110001 1011000 1111 0 111111 101 1001011 1010101 1000001

Color Harmonies of #CCF158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF158

Black with #CCF158

Text Example


Text Example

White with #CCF158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF158; }

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

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

background-color css

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

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

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

border-color css

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

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

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