Html Css Color HEX #DAFF90 Reef

📋 copy color: '#DAFF90'

red 218 ◦ green 255 ◦ blue 144

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

Shades of Reef #DAFF90

Tints of Reef #DAFF90

RGB

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

 GREEN value IS 255 (100% from 255) = 41.33%

 BLUE value IS 144 (56.64% from 255) = 23.34%

R = 35.33%
G = 41.33%
B = 23.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#DAFF90 (or 0xDAFF90) is known color: Reef. HEX triplet: DA, FF and 90. RGB value is (218,255,144). Sum of RGB (Red+Green+Blue) = 218+255+144=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF90 is #25006F. Grayscale: #E7E7E7. Windows color (decimal): -2424944 or 9502682. OLE color: 9502682.

HSL color Cylindrical-coordinate representation of color #DAFF90: hue angle of 80º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFF90 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 144 -
CMYK 0.15 0 0.44 0
HSL 80º 1% 0.78% -
HSV(B) 80º 0.44% 1% -
XYZ 69.71 88.44 39.78 -
YUV 231.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 218 255 144 0.15 0 0.44 0 80 1 0.78
Hex DA FF 90 F 0 2C 0 50 64 4E
Octal 332 377 220 17 0 54 0 120 144 116
Binary 11011010 11111111 10010000 1111 0 101100 0 1010000 1100100 1001110

Color Harmonies of #DAFF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF90

Black with #DAFF90

Text Example


Text Example

White with #DAFF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF90; }

 p { color: rgb(218,255,144); }

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

background-color css

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

 a { background-color: rgb(218,255,144); }

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

border-color css

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

 span { border-color: rgb(218,255,144); }

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