Html Css Color HEX #CCF058 Mindaro

📋 copy color: '#CCF058'

red 204 ◦ green 240 ◦ blue 88

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

Shades of Mindaro #CCF058

Tints of Mindaro #CCF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

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

R = 38.35%
G = 45.11%
B = 16.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#CCF058 (or 0xCCF058) is known color: Mindaro. HEX triplet: CC, F0 and 58. RGB value is (204,240,88). Sum of RGB (Red+Green+Blue) = 204+240+88=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF058 is #330FA7. Grayscale: #D4D4D4. Windows color (decimal): -3346344 or 5828812. OLE color: 5828812.

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

Color convert

RGB 204 240 88 -
CMYK 0.15 0 0.63 0.06
HSL 74.21º 0.84% 0.64% -
HSV(B) 74.21º 0.63% 0.94% -
XYZ 57.82 75.86 20.83 -
YUV 211.91 58.07 122.36 -
System Red Green Blue C M Y K H S L
Decimal 204 240 88 0.15 0 0.63 0.06 74.21 0.84 0.64
Hex CC F0 58 F 0 3F 6 4A 54 40
Octal 314 360 130 17 0 77 6 112 124 100
Binary 11001100 11110000 1011000 1111 0 111111 110 1001010 1010100 1000000

Color Harmonies of #CCF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF058

Black with #CCF058

Text Example


Text Example

White with #CCF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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