Html Css Color HEX #CDEF6D Mindaro

📋 copy color: '#CDEF6D'

red 205 ◦ green 239 ◦ blue 109

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

Shades of Mindaro #CDEF6D

Tints of Mindaro #CDEF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.71%

R = 37.07%
G = 43.22%
B = 19.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#CDEF6D (or 0xCDEF6D) is known color: Mindaro. HEX triplet: CD, EF and 6D. RGB value is (205,239,109). Sum of RGB (Red+Green+Blue) = 205+239+109=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6D is #321092. Grayscale: #D6D6D6. Windows color (decimal): -3281043 or 7204813. OLE color: 7204813.

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

Color convert

RGB 205 239 109 -
CMYK 0.14 0 0.54 0.06
HSL 75.69º 0.8% 0.68% -
HSV(B) 75.69º 0.54% 0.94% -
XYZ 58.8 75.82 26 -
YUV 214.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 205 239 109 0.14 0 0.54 0.06 75.69 0.8 0.68
Hex CD EF 6D E 0 36 6 4C 50 44
Octal 315 357 155 16 0 66 6 114 120 104
Binary 11001101 11101111 1101101 1110 0 110110 110 1001100 1010000 1000100

Color Harmonies of #CDEF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF6D

Black with #CDEF6D

Text Example


Text Example

White with #CDEF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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