Html Css Color HEX #DAF268 Mindaro

📋 copy color: '#DAF268'

red 218 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #DAF268

Tints of Mindaro #DAF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

 BLUE value IS 104 (41.02% from 255) = 18.44%

R = 38.65%
G = 42.91%
B = 18.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DAF268 (or 0xDAF268) is known color: Mindaro. HEX triplet: DA, F2 and 68. RGB value is (218,242,104). Sum of RGB (Red+Green+Blue) = 218+242+104=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF268 is #250D97. Grayscale: #DBDBDB. Windows color (decimal): -2428312 or 6877914. OLE color: 6877914.

HSL color Cylindrical-coordinate representation of color #DAF268: hue angle of 70.43º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF268 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 104 -
CMYK 0.10 0 0.57 0.05
HSL 70.43º 0.84% 0.68% -
HSV(B) 70.43º 0.57% 0.95% -
XYZ 63.16 79.41 25.1 -
YUV 219.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 218 242 104 0.10 0 0.57 0.05 70.43 0.84 0.68
Hex DA F2 68 A 0 39 5 46 54 44
Octal 332 362 150 12 0 71 5 106 124 104
Binary 11011010 11110010 1101000 1010 0 111001 101 1000110 1010100 1000100

Color Harmonies of #DAF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF268

Black with #DAF268

Text Example


Text Example

White with #DAF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF268; }

 p { color: rgb(218,242,104); }

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

background-color css

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

 a { background-color: rgb(218,242,104); }

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

border-color css

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

 span { border-color: rgb(218,242,104); }

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