Html Css Color HEX #DAF265 Mindaro

📋 copy color: '#DAF265'

red 218 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #DAF265

Tints of Mindaro #DAF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18%

R = 38.86%
G = 43.14%
B = 18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DAF265 (or 0xDAF265) is known color: Mindaro. HEX triplet: DA, F2 and 65. RGB value is (218,242,101). Sum of RGB (Red+Green+Blue) = 218+242+101=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF265 is #250D9A. Grayscale: #DBDBDB. Windows color (decimal): -2428315 or 6681306. OLE color: 6681306.

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

Color convert

RGB 218 242 101 -
CMYK 0.10 0 0.58 0.05
HSL 70.21º 0.84% 0.67% -
HSV(B) 70.21º 0.58% 0.95% -
XYZ 63.01 79.35 24.31 -
YUV 218.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 218 242 101 0.10 0 0.58 0.05 70.21 0.84 0.67
Hex DA F2 65 A 0 3A 5 46 54 43
Octal 332 362 145 12 0 72 5 106 124 103
Binary 11011010 11110010 1100101 1010 0 111010 101 1000110 1010100 1000011

Color Harmonies of #DAF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF265

Black with #DAF265

Text Example


Text Example

White with #DAF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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