Html Css Color HEX #DBEF8F Reef

📋 copy color: '#DBEF8F'

red 219 ◦ green 239 ◦ blue 143

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

Shades of Reef #DBEF8F

Tints of Reef #DBEF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.79%

R = 36.44%
G = 39.77%
B = 23.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#DBEF8F (or 0xDBEF8F) is known color: Reef. HEX triplet: DB, EF and 8F. RGB value is (219,239,143). Sum of RGB (Red+Green+Blue) = 219+239+143=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF8F is #241070. Grayscale: #DEDEDE. Windows color (decimal): -2363505 or 9433051. OLE color: 9433051.

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

Color convert

RGB 219 239 143 -
CMYK 0.08 0 0.40 0.06
HSL 72.5º 0.75% 0.75% -
HSV(B) 72.5º 0.4% 0.94% -
XYZ 65.04 78.78 37.76 -
YUV 222.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 219 239 143 0.08 0 0.40 0.06 72.5 0.75 0.75
Hex DB EF 8F 8 0 28 6 48 4B 4B
Octal 333 357 217 10 0 50 6 110 113 113
Binary 11011011 11101111 10001111 1000 0 101000 110 1001000 1001011 1001011

Color Harmonies of #DBEF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF8F

Black with #DBEF8F

Text Example


Text Example

White with #DBEF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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