Html Css Color HEX #CDF160 Mindaro

📋 copy color: '#CDF160'

red 205 ◦ green 241 ◦ blue 96

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

Shades of Mindaro #CDF160

Tints of Mindaro #CDF160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.71%

R = 37.82%
G = 44.46%
B = 17.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CDF160 (or 0xCDF160) is known color: Mindaro. HEX triplet: CD, F1 and 60. RGB value is (205,241,96). Sum of RGB (Red+Green+Blue) = 205+241+96=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF160 is #320E9F. Grayscale: #D6D6D6. Windows color (decimal): -3280544 or 6353357. OLE color: 6353357.

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

Color convert

RGB 205 241 96 -
CMYK 0.15 0 0.60 0.05
HSL 74.9º 0.84% 0.66% -
HSV(B) 74.9º 0.6% 0.95% -
XYZ 58.74 76.73 22.78 -
YUV 213.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 205 241 96 0.15 0 0.60 0.05 74.9 0.84 0.66
Hex CD F1 60 F 0 3C 5 4B 54 42
Octal 315 361 140 17 0 74 5 113 124 102
Binary 11001101 11110001 1100000 1111 0 111100 101 1001011 1010100 1000010

Color Harmonies of #CDF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF160

Black with #CDF160

Text Example


Text Example

White with #CDF160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF160; }

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

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

background-color css

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

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

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

border-color css

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

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

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