Html Css Color HEX #DAF09B Reef

📋 copy color: '#DAF09B'

red 218 ◦ green 240 ◦ blue 155

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

Shades of Reef #DAF09B

Tints of Reef #DAF09B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.15%

 BLUE value IS 155 (60.94% from 255) = 25.29%

R = 35.56%
G = 39.15%
B = 25.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#DAF09B (or 0xDAF09B) is known color: Reef. HEX triplet: DA, F0 and 9B. RGB value is (218,240,155). Sum of RGB (Red+Green+Blue) = 218+240+155=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF09B is #250F64. Grayscale: #E0E0E0. Windows color (decimal): -2428773 or 10219738. OLE color: 10219738.

HSL color Cylindrical-coordinate representation of color #DAF09B: hue angle of 75.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF09B is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 155 -
CMYK 0.09 0 0.35 0.06
HSL 75.53º 0.74% 0.77% -
HSV(B) 75.53º 0.35% 0.94% -
XYZ 65.99 79.59 42.9 -
YUV 223.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 218 240 155 0.09 0 0.35 0.06 75.53 0.74 0.77
Hex DA F0 9B 9 0 23 6 4C 4A 4D
Octal 332 360 233 11 0 43 6 114 112 115
Binary 11011010 11110000 10011011 1001 0 100011 110 1001100 1001010 1001101

Color Harmonies of #DAF09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF09B

Black with #DAF09B

Text Example


Text Example

White with #DAF09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF09B; }

 p { color: rgb(218,240,155); }

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

background-color css

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

 a { background-color: rgb(218,240,155); }

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

border-color css

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

 span { border-color: rgb(218,240,155); }

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