Html Css Color HEX #DAF88C Reef

📋 copy color: '#DAF88C'

red 218 ◦ green 248 ◦ blue 140

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

Shades of Reef #DAF88C

Tints of Reef #DAF88C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.92%

 BLUE value IS 140 (55.08% from 255) = 23.1%

R = 35.97%
G = 40.92%
B = 23.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#DAF88C (or 0xDAF88C) is known color: Reef. HEX triplet: DA, F8 and 8C. RGB value is (218,248,140). Sum of RGB (Red+Green+Blue) = 218+248+140=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 140 (55.08% from 255 or 23.10% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF88C is #250773. Grayscale: #E3E3E3. Windows color (decimal): -2426740 or 9238746. OLE color: 9238746.

HSL color Cylindrical-coordinate representation of color #DAF88C: hue angle of 76.67º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF88C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 140 -
CMYK 0.12 0 0.44 0.03
HSL 76.67º 0.89% 0.76% -
HSV(B) 76.67º 0.44% 0.97% -
XYZ 67.21 83.93 37.47 -
YUV 226.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 218 248 140 0.12 0 0.44 0.03 76.67 0.89 0.76
Hex DA F8 8C C 0 2C 3 4D 59 4C
Octal 332 370 214 14 0 54 3 115 131 114
Binary 11011010 11111000 10001100 1100 0 101100 11 1001101 1011001 1001100

Color Harmonies of #DAF88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF88C

Black with #DAF88C

Text Example


Text Example

White with #DAF88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF88C; }

 p { color: rgb(218,248,140); }

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

background-color css

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

 a { background-color: rgb(218,248,140); }

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

border-color css

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

 span { border-color: rgb(218,248,140); }

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