Html Css Color HEX #CDF85D Mindaro

📋 copy color: '#CDF85D'

red 205 ◦ green 248 ◦ blue 93

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

Shades of Mindaro #CDF85D

Tints of Mindaro #CDF85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.03%

R = 37.55%
G = 45.42%
B = 17.03%

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

#CDF85D (or 0xCDF85D) is known color: Mindaro. HEX triplet: CD, F8 and 5D. RGB value is (205,248,93). Sum of RGB (Red+Green+Blue) = 205+248+93=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF85D is #3207A2. Grayscale: #DADADA. Windows color (decimal): -3278755 or 6158541. OLE color: 6158541.

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

Color convert

RGB 205 248 93 -
CMYK 0.17 0 0.62 0.03
HSL 76.65º 0.92% 0.67% -
HSV(B) 76.65º 0.63% 0.97% -
XYZ 60.72 80.9 22.77 -
YUV 217.47 57.75 119.1 -
System Red Green Blue C M Y K H S L
Decimal 205 248 93 0.17 0 0.62 0.03 76.65 0.92 0.67
Hex CD F8 5D 11 0 3E 3 4D 5C 43
Octal 315 370 135 21 0 76 3 115 134 103
Binary 11001101 11111000 1011101 10001 0 111110 11 1001101 1011100 1000011

Color Harmonies of #CDF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF85D

Black with #CDF85D

Text Example


Text Example

White with #CDF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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