Html Css Color HEX #DAF298 Reef

📋 copy color: '#DAF298'

red 218 ◦ green 242 ◦ blue 152

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

Shades of Reef #DAF298

Tints of Reef #DAF298

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.54%

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

R = 35.62%
G = 39.54%
B = 24.84%

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

#DAF298 (or 0xDAF298) is known color: Reef. HEX triplet: DA, F2 and 98. RGB value is (218,242,152). Sum of RGB (Red+Green+Blue) = 218+242+152=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF298 is #250D67. Grayscale: #E0E0E0. Windows color (decimal): -2428264 or 10023642. OLE color: 10023642.

HSL color Cylindrical-coordinate representation of color #DAF298: hue angle of 76º degrees, saturation: 0.78, 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 #DAF298 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 152 -
CMYK 0.10 0 0.37 0.05
HSL 76º 0.78% 0.77% -
HSV(B) 76º 0.37% 0.95% -
XYZ 66.33 80.68 41.78 -
YUV 224.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 218 242 152 0.10 0 0.37 0.05 76 0.78 0.77
Hex DA F2 98 A 0 25 5 4C 4E 4D
Octal 332 362 230 12 0 45 5 114 116 115
Binary 11011010 11110010 10011000 1010 0 100101 101 1001100 1001110 1001101

Color Harmonies of #DAF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF298

Black with #DAF298

Text Example


Text Example

White with #DAF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF298; }

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

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

background-color css

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

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

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

border-color css

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

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

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