Html Css Color HEX #CCF05F Mindaro

📋 copy color: '#CCF05F'

red 204 ◦ green 240 ◦ blue 95

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

Shades of Mindaro #CCF05F

Tints of Mindaro #CCF05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 37.85%
G = 44.53%
B = 17.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CCF05F (or 0xCCF05F) is known color: Mindaro. HEX triplet: CC, F0 and 5F. RGB value is (204,240,95). Sum of RGB (Red+Green+Blue) = 204+240+95=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF05F is #330FA0. Grayscale: #D5D5D5. Windows color (decimal): -3346337 or 6287564. OLE color: 6287564.

HSL color Cylindrical-coordinate representation of color #CCF05F: hue angle of 74.9º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF05F is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 95 -
CMYK 0.15 0 0.60 0.06
HSL 74.9º 0.83% 0.66% -
HSV(B) 74.9º 0.6% 0.94% -
XYZ 58.13 75.98 22.43 -
YUV 212.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 204 240 95 0.15 0 0.60 0.06 74.9 0.83 0.66
Hex CC F0 5F F 0 3C 6 4B 53 42
Octal 314 360 137 17 0 74 6 113 123 102
Binary 11001100 11110000 1011111 1111 0 111100 110 1001011 1010011 1000010

Color Harmonies of #CCF05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF05F

Black with #CCF05F

Text Example


Text Example

White with #CCF05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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