Html Css Color HEX #CDEE5D Mindaro

📋 copy color: '#CDEE5D'

red 205 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #CDEE5D

Tints of Mindaro #CDEE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

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

R = 38.25%
G = 44.4%
B = 17.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CDEE5D (or 0xCDEE5D) is known color: Mindaro. HEX triplet: CD, EE and 5D. RGB value is (205,238,93). Sum of RGB (Red+Green+Blue) = 205+238+93=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE5D is #3211A2. Grayscale: #D4D4D4. Windows color (decimal): -3281315 or 6155981. OLE color: 6155981.

HSL color Cylindrical-coordinate representation of color #CDEE5D: hue angle of 73.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDEE5D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 93 -
CMYK 0.14 0 0.61 0.07
HSL 73.66º 0.81% 0.65% -
HSV(B) 73.66º 0.61% 0.93% -
XYZ 57.73 74.92 21.77 -
YUV 211.6 61.07 123.29 -
System Red Green Blue C M Y K H S L
Decimal 205 238 93 0.14 0 0.61 0.07 73.66 0.81 0.65
Hex CD EE 5D E 0 3D 7 4A 51 41
Octal 315 356 135 16 0 75 7 112 121 101
Binary 11001101 11101110 1011101 1110 0 111101 111 1001010 1010001 1000001

Color Harmonies of #CDEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE5D

Black with #CDEE5D

Text Example


Text Example

White with #CDEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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