Html Css Color HEX #DBF4AF Reef

📋 copy color: '#DBF4AF'

red 219 ◦ green 244 ◦ blue 175

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

Shades of Reef #DBF4AF

Tints of Reef #DBF4AF

RGB

 RED value IS 219 (85.94% from 255) = 34.33%

 GREEN value IS 244 (95.7% from 255) = 38.24%

 BLUE value IS 175 (68.75% from 255) = 27.43%

R = 34.33%
G = 38.24%
B = 27.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#DBF4AF (or 0xDBF4AF) is known color: Reef. HEX triplet: DB, F4 and AF. RGB value is (219,244,175). Sum of RGB (Red+Green+Blue) = 219+244+175=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF4AF is #240B50. Grayscale: #E4E4E4. Windows color (decimal): -2362193 or 11531483. OLE color: 11531483.

HSL color Cylindrical-coordinate representation of color #DBF4AF: hue angle of 81.74º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF4AF is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 175 -
CMYK 0.10 0 0.28 0.04
HSL 81.74º 0.76% 0.82% -
HSV(B) 81.74º 0.28% 0.96% -
XYZ 69.3 82.86 52.9 -
YUV 228.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 219 244 175 0.10 0 0.28 0.04 81.74 0.76 0.82
Hex DB F4 AF A 0 1C 4 52 4C 52
Octal 333 364 257 12 0 34 4 122 114 122
Binary 11011011 11110100 10101111 1010 0 11100 100 1010010 1001100 1010010

Color Harmonies of #DBF4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF4AF

Black with #DBF4AF

Text Example


Text Example

White with #DBF4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF4AF; }

 p { color: rgb(219,244,175); }

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

background-color css

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

 a { background-color: rgb(219,244,175); }

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

border-color css

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

 span { border-color: rgb(219,244,175); }

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