Html Css Color HEX #CDF85E Mindaro

📋 copy color: '#CDF85E'

red 205 ◦ green 248 ◦ blue 94

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

Shades of Mindaro #CDF85E

Tints of Mindaro #CDF85E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

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

R = 37.48%
G = 45.34%
B = 17.18%

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

#CDF85E (or 0xCDF85E) is known color: Mindaro. HEX triplet: CD, F8 and 5E. RGB value is (205,248,94). Sum of RGB (Red+Green+Blue) = 205+248+94=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF85E is #3207A1. Grayscale: #DADADA. Windows color (decimal): -3278754 or 6224077. OLE color: 6224077.

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

Color convert

RGB 205 248 94 -
CMYK 0.17 0 0.62 0.03
HSL 76.75º 0.92% 0.67% -
HSV(B) 76.75º 0.62% 0.97% -
XYZ 60.76 80.92 23.01 -
YUV 217.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 205 248 94 0.17 0 0.62 0.03 76.75 0.92 0.67
Hex CD F8 5E 11 0 3E 3 4D 5C 43
Octal 315 370 136 21 0 76 3 115 134 103
Binary 11001101 11111000 1011110 10001 0 111110 11 1001101 1011100 1000011

Color Harmonies of #CDF85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF85E

Black with #CDF85E

Text Example


Text Example

White with #CDF85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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