Html Css Color HEX #DAF38E Reef

📋 copy color: '#DAF38E'

red 218 ◦ green 243 ◦ blue 142

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

Shades of Reef #DAF38E

Tints of Reef #DAF38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.3%

 BLUE value IS 142 (55.86% from 255) = 23.55%

R = 36.15%
G = 40.3%
B = 23.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#DAF38E (or 0xDAF38E) is known color: Reef. HEX triplet: DA, F3 and 8E. RGB value is (218,243,142). Sum of RGB (Red+Green+Blue) = 218+243+142=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF38E is #250C71. Grayscale: #E0E0E0. Windows color (decimal): -2428018 or 9368538. OLE color: 9368538.

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

Color convert

RGB 218 243 142 -
CMYK 0.10 0 0.42 0.05
HSL 74.85º 0.81% 0.75% -
HSV(B) 74.85º 0.42% 0.95% -
XYZ 65.85 80.96 37.75 -
YUV 224.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 218 243 142 0.10 0 0.42 0.05 74.85 0.81 0.75
Hex DA F3 8E A 0 2A 5 4B 51 4B
Octal 332 363 216 12 0 52 5 113 121 113
Binary 11011010 11110011 10001110 1010 0 101010 101 1001011 1010001 1001011

Color Harmonies of #DAF38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF38E

Black with #DAF38E

Text Example


Text Example

White with #DAF38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF38E; }

 p { color: rgb(218,243,142); }

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

background-color css

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

 a { background-color: rgb(218,243,142); }

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

border-color css

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

 span { border-color: rgb(218,243,142); }

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