Html Css Color HEX #CDEF6A Mindaro

📋 copy color: '#CDEF6A'

red 205 ◦ green 239 ◦ blue 106

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

Shades of Mindaro #CDEF6A

Tints of Mindaro #CDEF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 37.27%
G = 43.45%
B = 19.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#CDEF6A (or 0xCDEF6A) is known color: Mindaro. HEX triplet: CD, EF and 6A. RGB value is (205,239,106). Sum of RGB (Red+Green+Blue) = 205+239+106=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6A is #321095. Grayscale: #D6D6D6. Windows color (decimal): -3281046 or 7008205. OLE color: 7008205.

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

Color convert

RGB 205 239 106 -
CMYK 0.14 0 0.56 0.06
HSL 75.34º 0.81% 0.68% -
HSV(B) 75.34º 0.56% 0.94% -
XYZ 58.64 75.75 25.17 -
YUV 213.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 205 239 106 0.14 0 0.56 0.06 75.34 0.81 0.68
Hex CD EF 6A E 0 38 6 4B 51 44
Octal 315 357 152 16 0 70 6 113 121 104
Binary 11001101 11101111 1101010 1110 0 111000 110 1001011 1010001 1000100

Color Harmonies of #CDEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF6A

Black with #CDEF6A

Text Example


Text Example

White with #CDEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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