Html Css Color HEX #DAF26C Mindaro

📋 copy color: '#DAF26C'

red 218 ◦ green 242 ◦ blue 108

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

Shades of Mindaro #DAF26C

Tints of Mindaro #DAF26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.01%

R = 38.38%
G = 42.61%
B = 19.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#DAF26C (or 0xDAF26C) is known color: Mindaro. HEX triplet: DA, F2 and 6C. RGB value is (218,242,108). Sum of RGB (Red+Green+Blue) = 218+242+108=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF26C is #250D93. Grayscale: #DCDCDC. Windows color (decimal): -2428308 or 7140058. OLE color: 7140058.

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

Color convert

RGB 218 242 108 -
CMYK 0.10 0 0.55 0.05
HSL 70.75º 0.84% 0.69% -
HSV(B) 70.75º 0.55% 0.95% -
XYZ 63.37 79.49 26.19 -
YUV 219.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 218 242 108 0.10 0 0.55 0.05 70.75 0.84 0.69
Hex DA F2 6C A 0 37 5 47 54 45
Octal 332 362 154 12 0 67 5 107 124 105
Binary 11011010 11110010 1101100 1010 0 110111 101 1000111 1010100 1000101

Color Harmonies of #DAF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF26C

Black with #DAF26C

Text Example


Text Example

White with #DAF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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