Html Css Color HEX #DAF962 Mindaro

📋 copy color: '#DAF962'

red 218 ◦ green 249 ◦ blue 98

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

Shades of Mindaro #DAF962

Tints of Mindaro #DAF962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.35%

R = 38.58%
G = 44.07%
B = 17.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DAF962 (or 0xDAF962) is known color: Mindaro. HEX triplet: DA, F9 and 62. RGB value is (218,249,98). Sum of RGB (Red+Green+Blue) = 218+249+98=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF962 is #25069D. Grayscale: #DFDFDF. Windows color (decimal): -2426526 or 6486490. OLE color: 6486490.

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

Color convert

RGB 218 249 98 -
CMYK 0.12 0 0.61 0.02
HSL 72.32º 0.93% 0.68% -
HSV(B) 72.32º 0.61% 0.98% -
XYZ 64.99 83.54 24.25 -
YUV 222.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 218 249 98 0.12 0 0.61 0.02 72.32 0.93 0.68
Hex DA F9 62 C 0 3D 2 48 5D 44
Octal 332 371 142 14 0 75 2 110 135 104
Binary 11011010 11111001 1100010 1100 0 111101 10 1001000 1011101 1000100

Color Harmonies of #DAF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF962

Black with #DAF962

Text Example


Text Example

White with #DAF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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