Html Css Color HEX #DAF198 Reef

📋 copy color: '#DAF198'

red 218 ◦ green 241 ◦ blue 152

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

Shades of Reef #DAF198

Tints of Reef #DAF198

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.44%

 BLUE value IS 152 (59.77% from 255) = 24.88%

R = 35.68%
G = 39.44%
B = 24.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#DAF198 (or 0xDAF198) is known color: Reef. HEX triplet: DA, F1 and 98. RGB value is (218,241,152). Sum of RGB (Red+Green+Blue) = 218+241+152=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF198 is #250E67. Grayscale: #E0E0E0. Windows color (decimal): -2428520 or 10023386. OLE color: 10023386.

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

Color convert

RGB 218 241 152 -
CMYK 0.10 0 0.37 0.05
HSL 75.51º 0.76% 0.77% -
HSV(B) 75.51º 0.37% 0.95% -
XYZ 66.04 80.08 41.68 -
YUV 223.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 218 241 152 0.10 0 0.37 0.05 75.51 0.76 0.77
Hex DA F1 98 A 0 25 5 4C 4C 4D
Octal 332 361 230 12 0 45 5 114 114 115
Binary 11011010 11110001 10011000 1010 0 100101 101 1001100 1001100 1001101

Color Harmonies of #DAF198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF198

Black with #DAF198

Text Example


Text Example

White with #DAF198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF198; }

 p { color: rgb(218,241,152); }

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

background-color css

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

 a { background-color: rgb(218,241,152); }

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

border-color css

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

 span { border-color: rgb(218,241,152); }

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