Html Css Color HEX #DAFB64 Mindaro

📋 copy color: '#DAFB64'

red 218 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #DAFB64

Tints of Mindaro #DAFB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.11%

 BLUE value IS 100 (39.45% from 255) = 17.57%

R = 38.31%
G = 44.11%
B = 17.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#DAFB64 (or 0xDAFB64) is known color: Mindaro. HEX triplet: DA, FB and 64. RGB value is (218,251,100). Sum of RGB (Red+Green+Blue) = 218+251+100=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB64 is #25049B. Grayscale: #E0E0E0. Windows color (decimal): -2426012 or 6618074. OLE color: 6618074.

HSL color Cylindrical-coordinate representation of color #DAFB64: hue angle of 73.11º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAFB64 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 100 -
CMYK 0.13 0 0.60 0.02
HSL 73.11º 0.95% 0.69% -
HSV(B) 73.11º 0.6% 0.98% -
XYZ 65.71 84.82 24.97 -
YUV 223.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 218 251 100 0.13 0 0.60 0.02 73.11 0.95 0.69
Hex DA FB 64 D 0 3C 2 49 5F 45
Octal 332 373 144 15 0 74 2 111 137 105
Binary 11011010 11111011 1100100 1101 0 111100 10 1001001 1011111 1000101

Color Harmonies of #DAFB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB64

Black with #DAFB64

Text Example


Text Example

White with #DAFB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB64; }

 p { color: rgb(218,251,100); }

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

background-color css

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

 a { background-color: rgb(218,251,100); }

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

border-color css

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

 span { border-color: rgb(218,251,100); }

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