Html Css Color HEX #DAF267 Mindaro

📋 copy color: '#DAF267'

red 218 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #DAF267

Tints of Mindaro #DAF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.29%

R = 38.72%
G = 42.98%
B = 18.29%

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

#DAF267 (or 0xDAF267) is known color: Mindaro. HEX triplet: DA, F2 and 67. RGB value is (218,242,103). Sum of RGB (Red+Green+Blue) = 218+242+103=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF267 is #250D98. Grayscale: #DBDBDB. Windows color (decimal): -2428313 or 6812378. OLE color: 6812378.

HSL color Cylindrical-coordinate representation of color #DAF267: hue angle of 70.36º 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 #DAF267 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 103 -
CMYK 0.10 0 0.57 0.05
HSL 70.36º 0.84% 0.68% -
HSV(B) 70.36º 0.57% 0.95% -
XYZ 63.11 79.39 24.83 -
YUV 218.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 218 242 103 0.10 0 0.57 0.05 70.36 0.84 0.68
Hex DA F2 67 A 0 39 5 46 54 44
Octal 332 362 147 12 0 71 5 106 124 104
Binary 11011010 11110010 1100111 1010 0 111001 101 1000110 1010100 1000100

Color Harmonies of #DAF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF267

Black with #DAF267

Text Example


Text Example

White with #DAF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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