Html Css Color HEX #DAEF6C Mindaro

📋 copy color: '#DAEF6C'

red 218 ◦ green 239 ◦ blue 108

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

Shades of Mindaro #DAEF6C

Tints of Mindaro #DAEF6C

RGB

 RED value IS 218 (85.55% from 255) = 38.58%

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

 BLUE value IS 108 (42.58% from 255) = 19.12%

R = 38.58%
G = 42.3%
B = 19.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DAEF6C (or 0xDAEF6C) is known color: Mindaro. HEX triplet: DA, EF and 6C. RGB value is (218,239,108). Sum of RGB (Red+Green+Blue) = 218+239+108=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEF6C is #251093. Grayscale: #DADADA. Windows color (decimal): -2429076 or 7139290. OLE color: 7139290.

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

Color convert

RGB 218 239 108 -
CMYK 0.09 0 0.55 0.06
HSL 69.62º 0.8% 0.68% -
HSV(B) 69.62º 0.55% 0.94% -
XYZ 62.49 77.72 25.9 -
YUV 217.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 218 239 108 0.09 0 0.55 0.06 69.62 0.8 0.68
Hex DA EF 6C 9 0 37 6 46 50 44
Octal 332 357 154 11 0 67 6 106 120 104
Binary 11011010 11101111 1101100 1001 0 110111 110 1000110 1010000 1000100

Color Harmonies of #DAEF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF6C

Black with #DAEF6C

Text Example


Text Example

White with #DAEF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF6C; }

 p { color: rgb(218,239,108); }

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

background-color css

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

 a { background-color: rgb(218,239,108); }

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

border-color css

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

 span { border-color: rgb(218,239,108); }

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