Html Css Color HEX #DAEC5C Mindaro

📋 copy color: '#DAEC5C'

red 218 ◦ green 236 ◦ blue 92

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

Shades of Mindaro #DAEC5C

Tints of Mindaro #DAEC5C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

 BLUE value IS 92 (36.33% from 255) = 16.85%

R = 39.93%
G = 43.22%
B = 16.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#DAEC5C (or 0xDAEC5C) is known color: Mindaro. HEX triplet: DA, EC and 5C. RGB value is (218,236,92). Sum of RGB (Red+Green+Blue) = 218+236+92=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC5C is #2513A3. Grayscale: #D6D6D6. Windows color (decimal): -2429860 or 6089946. OLE color: 6089946.

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

Color convert

RGB 218 236 92 -
CMYK 0.08 0 0.61 0.07
HSL 67.5º 0.79% 0.64% -
HSV(B) 67.5º 0.61% 0.93% -
XYZ 60.84 75.67 21.52 -
YUV 214.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 218 236 92 0.08 0 0.61 0.07 67.5 0.79 0.64
Hex DA EC 5C 8 0 3D 7 44 4F 40
Octal 332 354 134 10 0 75 7 104 117 100
Binary 11011010 11101100 1011100 1000 0 111101 111 1000100 1001111 1000000

Color Harmonies of #DAEC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC5C

Black with #DAEC5C

Text Example


Text Example

White with #DAEC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC5C; }

 p { color: rgb(218,236,92); }

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

background-color css

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

 a { background-color: rgb(218,236,92); }

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

border-color css

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

 span { border-color: rgb(218,236,92); }

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