Html Css Color HEX #CDEF5D Mindaro

📋 copy color: '#CDEF5D'

red 205 ◦ green 239 ◦ blue 93

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

Shades of Mindaro #CDEF5D

Tints of Mindaro #CDEF5D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.51%

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

R = 38.18%
G = 44.51%
B = 17.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#CDEF5D (or 0xCDEF5D) is known color: Mindaro. HEX triplet: CD, EF and 5D. RGB value is (205,239,93). Sum of RGB (Red+Green+Blue) = 205+239+93=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF5D is #3210A2. Grayscale: #D4D4D4. Windows color (decimal): -3281059 or 6156237. OLE color: 6156237.

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

Color convert

RGB 205 239 93 -
CMYK 0.14 0 0.61 0.06
HSL 73.97º 0.82% 0.65% -
HSV(B) 73.97º 0.61% 0.94% -
XYZ 58.02 75.5 21.87 -
YUV 212.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 205 239 93 0.14 0 0.61 0.06 73.97 0.82 0.65
Hex CD EF 5D E 0 3D 6 4A 52 41
Octal 315 357 135 16 0 75 6 112 122 101
Binary 11001101 11101111 1011101 1110 0 111101 110 1001010 1010010 1000001

Color Harmonies of #CDEF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF5D

Black with #CDEF5D

Text Example


Text Example

White with #CDEF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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