Html Css Color HEX #DAF26B Mindaro

📋 copy color: '#DAF26B'

red 218 ◦ green 242 ◦ blue 107

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

Shades of Mindaro #DAF26B

Tints of Mindaro #DAF26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.87%

R = 38.45%
G = 42.68%
B = 18.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#DAF26B (or 0xDAF26B) is known color: Mindaro. HEX triplet: DA, F2 and 6B. RGB value is (218,242,107). Sum of RGB (Red+Green+Blue) = 218+242+107=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF26B is #250D94. Grayscale: #DBDBDB. Windows color (decimal): -2428309 or 7074522. OLE color: 7074522.

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

Color convert

RGB 218 242 107 -
CMYK 0.10 0 0.56 0.05
HSL 70.67º 0.84% 0.68% -
HSV(B) 70.67º 0.56% 0.95% -
XYZ 63.32 79.47 25.91 -
YUV 219.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 218 242 107 0.10 0 0.56 0.05 70.67 0.84 0.68
Hex DA F2 6B A 0 38 5 47 54 44
Octal 332 362 153 12 0 70 5 107 124 104
Binary 11011010 11110010 1101011 1010 0 111000 101 1000111 1010100 1000100

Color Harmonies of #DAF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF26B

Black with #DAF26B

Text Example


Text Example

White with #DAF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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