Html Css Color HEX #CDF75F Mindaro

📋 copy color: '#CDF75F'

red 205 ◦ green 247 ◦ blue 95

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

Shades of Mindaro #CDF75F

Tints of Mindaro #CDF75F

RGB

 RED value IS 205 (80.47% from 255) = 37.48%

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

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

R = 37.48%
G = 45.16%
B = 17.37%

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

#CDF75F (or 0xCDF75F) is known color: Mindaro. HEX triplet: CD, F7 and 5F. RGB value is (205,247,95). Sum of RGB (Red+Green+Blue) = 205+247+95=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF75F is #3208A0. Grayscale: #D9D9D9. Windows color (decimal): -3279009 or 6289357. OLE color: 6289357.

HSL color Cylindrical-coordinate representation of color #CDF75F: hue angle of 76.58º 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 #CDF75F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 247 95 -
CMYK 0.17 0 0.62 0.03
HSL 76.58º 0.9% 0.67% -
HSV(B) 76.58º 0.62% 0.97% -
XYZ 60.5 80.33 23.14 -
YUV 217.11 59.09 119.36 -
System Red Green Blue C M Y K H S L
Decimal 205 247 95 0.17 0 0.62 0.03 76.58 0.9 0.67
Hex CD F7 5F 11 0 3E 3 4D 5A 43
Octal 315 367 137 21 0 76 3 115 132 103
Binary 11001101 11110111 1011111 10001 0 111110 11 1001101 1011010 1000011

Color Harmonies of #CDF75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF75F

Black with #CDF75F

Text Example


Text Example

White with #CDF75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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