Html Css Color HEX #CDF15E Mindaro

📋 copy color: '#CDF15E'

red 205 ◦ green 241 ◦ blue 94

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

Shades of Mindaro #CDF15E

Tints of Mindaro #CDF15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.41%

R = 37.96%
G = 44.63%
B = 17.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#CDF15E (or 0xCDF15E) is known color: Mindaro. HEX triplet: CD, F1 and 5E. RGB value is (205,241,94). Sum of RGB (Red+Green+Blue) = 205+241+94=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF15E is #320EA1. Grayscale: #D6D6D6. Windows color (decimal): -3280546 or 6222285. OLE color: 6222285.

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

Color convert

RGB 205 241 94 -
CMYK 0.15 0 0.61 0.05
HSL 74.69º 0.84% 0.66% -
HSV(B) 74.69º 0.61% 0.95% -
XYZ 58.65 76.7 22.3 -
YUV 213.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 205 241 94 0.15 0 0.61 0.05 74.69 0.84 0.66
Hex CD F1 5E F 0 3D 5 4B 54 42
Octal 315 361 136 17 0 75 5 113 124 102
Binary 11001101 11110001 1011110 1111 0 111101 101 1001011 1010100 1000010

Color Harmonies of #CDF15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF15E

Black with #CDF15E

Text Example


Text Example

White with #CDF15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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