Html Css Color HEX #DAFE9B Reef

📋 copy color: '#DAFE9B'

red 218 ◦ green 254 ◦ blue 155

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

Shades of Reef #DAFE9B

Tints of Reef #DAFE9B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.51%

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

R = 34.77%
G = 40.51%
B = 24.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#DAFE9B (or 0xDAFE9B) is known color: Reef. HEX triplet: DA, FE and 9B. RGB value is (218,254,155). Sum of RGB (Red+Green+Blue) = 218+254+155=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE9B is #250164. Grayscale: #E8E8E8. Windows color (decimal): -2425189 or 10223322. OLE color: 10223322.

HSL color Cylindrical-coordinate representation of color #DAFE9B: hue angle of 81.82º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAFE9B is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 155 -
CMYK 0.14 0 0.39 0.00
HSL 81.82º 0.98% 0.8% -
HSV(B) 81.82º 0.39% 1% -
XYZ 70.27 88.16 44.32 -
YUV 231.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 218 254 155 0.14 0 0.39 0.00 81.82 0.98 0.8
Hex DA FE 9B E 0 27 0 52 62 50
Octal 332 376 233 16 0 47 0 122 142 120
Binary 11011010 11111110 10011011 1110 0 100111 0 1010010 1100010 1010000

Color Harmonies of #DAFE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE9B

Black with #DAFE9B

Text Example


Text Example

White with #DAFE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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