Html Css Color HEX #DAEB90 Reef

📋 copy color: '#DAEB90'

red 218 ◦ green 235 ◦ blue 144

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

Shades of Reef #DAEB90

Tints of Reef #DAEB90

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.36%

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

R = 36.52%
G = 39.36%
B = 24.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#DAEB90 (or 0xDAEB90) is known color: Reef. HEX triplet: DA, EB and 90. RGB value is (218,235,144). Sum of RGB (Red+Green+Blue) = 218+235+144=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB90 is #25146F. Grayscale: #DBDBDB. Windows color (decimal): -2430064 or 9497562. OLE color: 9497562.

HSL color Cylindrical-coordinate representation of color #DAEB90: hue angle of 71.21º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAEB90 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 144 -
CMYK 0.07 0 0.39 0.08
HSL 71.21º 0.69% 0.74% -
HSV(B) 71.21º 0.39% 0.92% -
XYZ 63.66 76.34 37.76 -
YUV 219.54 85.37 126.9 -
System Red Green Blue C M Y K H S L
Decimal 218 235 144 0.07 0 0.39 0.08 71.21 0.69 0.74
Hex DA EB 90 7 0 27 8 47 45 4A
Octal 332 353 220 7 0 47 10 107 105 112
Binary 11011010 11101011 10010000 111 0 100111 1000 1000111 1000101 1001010

Color Harmonies of #DAEB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB90

Black with #DAEB90

Text Example


Text Example

White with #DAEB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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