Html Css Color HEX #CDF170 Mindaro

📋 copy color: '#CDF170'

red 205 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #CDF170

Tints of Mindaro #CDF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.07%

R = 36.74%
G = 43.19%
B = 20.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#CDF170 (or 0xCDF170) is known color: Mindaro. HEX triplet: CD, F1 and 70. RGB value is (205,241,112). Sum of RGB (Red+Green+Blue) = 205+241+112=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF170 is #320E8F. Grayscale: #D8D8D8. Windows color (decimal): -3280528 or 7401933. OLE color: 7401933.

HSL color Cylindrical-coordinate representation of color #CDF170: hue angle of 76.74º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF170 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 112 -
CMYK 0.15 0 0.54 0.05
HSL 76.74º 0.82% 0.69% -
HSV(B) 76.74º 0.54% 0.95% -
XYZ 59.56 77.06 27.06 -
YUV 215.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 205 241 112 0.15 0 0.54 0.05 76.74 0.82 0.69
Hex CD F1 70 F 0 36 5 4D 52 45
Octal 315 361 160 17 0 66 5 115 122 105
Binary 11001101 11110001 1110000 1111 0 110110 101 1001101 1010010 1000101

Color Harmonies of #CDF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF170

Black with #CDF170

Text Example


Text Example

White with #CDF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF170; }

 p { color: rgb(205,241,112); }

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

background-color css

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

 a { background-color: rgb(205,241,112); }

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

border-color css

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

 span { border-color: rgb(205,241,112); }

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