Html Css Color HEX #CCF75F Mindaro

📋 copy color: '#CCF75F'

red 204 ◦ green 247 ◦ blue 95

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

Shades of Mindaro #CCF75F

Tints of Mindaro #CCF75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.24%

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

R = 37.36%
G = 45.24%
B = 17.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CCF75F (or 0xCCF75F) is known color: Mindaro. HEX triplet: CC, F7 and 5F. RGB value is (204,247,95). Sum of RGB (Red+Green+Blue) = 204+247+95=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF75F is #3308A0. Grayscale: #D9D9D9. Windows color (decimal): -3344545 or 6289356. OLE color: 6289356.

HSL color Cylindrical-coordinate representation of color #CCF75F: hue angle of 76.97º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF75F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 95 -
CMYK 0.17 0 0.62 0.03
HSL 76.97º 0.9% 0.67% -
HSV(B) 76.97º 0.62% 0.97% -
XYZ 60.23 80.19 23.13 -
YUV 216.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 204 247 95 0.17 0 0.62 0.03 76.97 0.9 0.67
Hex CC F7 5F 11 0 3E 3 4D 5A 43
Octal 314 367 137 21 0 76 3 115 132 103
Binary 11001100 11110111 1011111 10001 0 111110 11 1001101 1011010 1000011

Color Harmonies of #CCF75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF75F

Black with #CCF75F

Text Example


Text Example

White with #CCF75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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