Html Css Color HEX #DAF966 Mindaro

📋 copy color: '#DAF966'

red 218 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #DAF966

Tints of Mindaro #DAF966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.93%

R = 38.31%
G = 43.76%
B = 17.93%

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

#DAF966 (or 0xDAF966) is known color: Mindaro. HEX triplet: DA, F9 and 66. RGB value is (218,249,102). Sum of RGB (Red+Green+Blue) = 218+249+102=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF966 is #250699. Grayscale: #DFDFDF. Windows color (decimal): -2426522 or 6748634. OLE color: 6748634.

HSL color Cylindrical-coordinate representation of color #DAF966: hue angle of 72.65º degrees, saturation: 0.92, 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 #DAF966 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 102 -
CMYK 0.12 0 0.59 0.02
HSL 72.65º 0.92% 0.69% -
HSV(B) 72.65º 0.59% 0.98% -
XYZ 65.19 83.62 25.27 -
YUV 222.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 218 249 102 0.12 0 0.59 0.02 72.65 0.92 0.69
Hex DA F9 66 C 0 3B 2 49 5C 45
Octal 332 371 146 14 0 73 2 111 134 105
Binary 11011010 11111001 1100110 1100 0 111011 10 1001001 1011100 1000101

Color Harmonies of #DAF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF966

Black with #DAF966

Text Example


Text Example

White with #DAF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF966; }

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

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

background-color css

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

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

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

border-color css

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

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

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