Html Css Color HEX #DAF28B Reef

📋 copy color: '#DAF28B'

red 218 ◦ green 242 ◦ blue 139

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

Shades of Reef #DAF28B

Tints of Reef #DAF28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.21%

R = 36.39%
G = 40.4%
B = 23.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#DAF28B (or 0xDAF28B) is known color: Reef. HEX triplet: DA, F2 and 8B. RGB value is (218,242,139). Sum of RGB (Red+Green+Blue) = 218+242+139=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF28B is #250D74. Grayscale: #DFDFDF. Windows color (decimal): -2428277 or 9171674. OLE color: 9171674.

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

Color convert

RGB 218 242 139 -
CMYK 0.10 0 0.43 0.05
HSL 73.98º 0.8% 0.75% -
HSV(B) 73.98º 0.43% 0.95% -
XYZ 65.33 80.27 36.48 -
YUV 223.08 80.55 124.38 -
System Red Green Blue C M Y K H S L
Decimal 218 242 139 0.10 0 0.43 0.05 73.98 0.8 0.75
Hex DA F2 8B A 0 2B 5 4A 50 4B
Octal 332 362 213 12 0 53 5 112 120 113
Binary 11011010 11110010 10001011 1010 0 101011 101 1001010 1010000 1001011

Color Harmonies of #DAF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF28B

Black with #DAF28B

Text Example


Text Example

White with #DAF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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