Html Css Color HEX #DAF065 Mindaro

📋 copy color: '#DAF065'

red 218 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #DAF065

Tints of Mindaro #DAF065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.93%

 BLUE value IS 101 (39.84% from 255) = 18.07%

R = 39%
G = 42.93%
B = 18.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DAF065 (or 0xDAF065) is known color: Mindaro. HEX triplet: DA, F0 and 65. RGB value is (218,240,101). Sum of RGB (Red+Green+Blue) = 218+240+101=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF065 is #250F9A. Grayscale: #DADADA. Windows color (decimal): -2428827 or 6680794. OLE color: 6680794.

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

Color convert

RGB 218 240 101 -
CMYK 0.09 0 0.58 0.06
HSL 69.5º 0.82% 0.67% -
HSV(B) 69.5º 0.58% 0.94% -
XYZ 62.42 78.17 24.11 -
YUV 217.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 218 240 101 0.09 0 0.58 0.06 69.5 0.82 0.67
Hex DA F0 65 9 0 3A 6 45 52 43
Octal 332 360 145 11 0 72 6 105 122 103
Binary 11011010 11110000 1100101 1001 0 111010 110 1000101 1010010 1000011

Color Harmonies of #DAF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF065

Black with #DAF065

Text Example


Text Example

White with #DAF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF065; }

 p { color: rgb(218,240,101); }

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

background-color css

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

 a { background-color: rgb(218,240,101); }

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

border-color css

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

 span { border-color: rgb(218,240,101); }

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