Html Css Color HEX #DAFC90 Reef

📋 copy color: '#DAFC90'

red 218 ◦ green 252 ◦ blue 144

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

Shades of Reef #DAFC90

Tints of Reef #DAFC90

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

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

R = 35.5%
G = 41.04%
B = 23.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#DAFC90 (or 0xDAFC90) is known color: Reef. HEX triplet: DA, FC and 90. RGB value is (218,252,144). Sum of RGB (Red+Green+Blue) = 218+252+144=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC90 is #25036F. Grayscale: #E5E5E5. Windows color (decimal): -2425712 or 9501914. OLE color: 9501914.

HSL color Cylindrical-coordinate representation of color #DAFC90: hue angle of 78.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAFC90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 144 -
CMYK 0.13 0 0.43 0.01
HSL 78.89º 0.95% 0.78% -
HSV(B) 78.89º 0.43% 0.99% -
XYZ 68.76 86.54 39.47 -
YUV 229.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 218 252 144 0.13 0 0.43 0.01 78.89 0.95 0.78
Hex DA FC 90 D 0 2B 1 4F 5F 4E
Octal 332 374 220 15 0 53 1 117 137 116
Binary 11011010 11111100 10010000 1101 0 101011 1 1001111 1011111 1001110

Color Harmonies of #DAFC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC90

Black with #DAFC90

Text Example


Text Example

White with #DAFC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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