Html Css Color HEX #DBEF93 Reef

📋 copy color: '#DBEF93'

red 219 ◦ green 239 ◦ blue 147

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

Shades of Reef #DBEF93

Tints of Reef #DBEF93

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 147 (57.81% from 255) = 24.3%

R = 36.2%
G = 39.5%
B = 24.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#DBEF93 (or 0xDBEF93) is known color: Reef. HEX triplet: DB, EF and 93. RGB value is (219,239,147). Sum of RGB (Red+Green+Blue) = 219+239+147=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF93 is #24106C. Grayscale: #DEDEDE. Windows color (decimal): -2363501 or 9695195. OLE color: 9695195.

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

Color convert

RGB 219 239 147 -
CMYK 0.08 0 0.38 0.06
HSL 73.04º 0.74% 0.76% -
HSV(B) 73.04º 0.38% 0.94% -
XYZ 65.35 78.9 39.39 -
YUV 222.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 219 239 147 0.08 0 0.38 0.06 73.04 0.74 0.76
Hex DB EF 93 8 0 26 6 49 4A 4C
Octal 333 357 223 10 0 46 6 111 112 114
Binary 11011011 11101111 10010011 1000 0 100110 110 1001001 1001010 1001100

Color Harmonies of #DBEF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF93

Black with #DBEF93

Text Example


Text Example

White with #DBEF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF93; }

 p { color: rgb(219,239,147); }

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

background-color css

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

 a { background-color: rgb(219,239,147); }

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

border-color css

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

 span { border-color: rgb(219,239,147); }

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