Html Css Color HEX #DAF965 Mindaro

📋 copy color: '#DAF965'

red 218 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #DAF965

Tints of Mindaro #DAF965

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.84%

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

R = 38.38%
G = 43.84%
B = 17.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DAF965 (or 0xDAF965) is known color: Mindaro. HEX triplet: DA, F9 and 65. RGB value is (218,249,101). Sum of RGB (Red+Green+Blue) = 218+249+101=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF965 is #25069A. Grayscale: #DFDFDF. Windows color (decimal): -2426523 or 6683098. OLE color: 6683098.

HSL color Cylindrical-coordinate representation of color #DAF965: hue angle of 72.57º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAF965 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 101 -
CMYK 0.12 0 0.59 0.02
HSL 72.57º 0.93% 0.69% -
HSV(B) 72.57º 0.59% 0.98% -
XYZ 65.14 83.6 25.01 -
YUV 222.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 218 249 101 0.12 0 0.59 0.02 72.57 0.93 0.69
Hex DA F9 65 C 0 3B 2 49 5C 45
Octal 332 371 145 14 0 73 2 111 134 105
Binary 11011010 11111001 1100101 1100 0 111011 10 1001001 1011100 1000101

Color Harmonies of #DAF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF965

Black with #DAF965

Text Example


Text Example

White with #DAF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF965; }

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

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

background-color css

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

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

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

border-color css

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

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

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