Html Css Color HEX #DBF08F Reef

📋 copy color: '#DBF08F'

red 219 ◦ green 240 ◦ blue 143

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

Shades of Reef #DBF08F

Tints of Reef #DBF08F

RGB

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

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

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

R = 36.38%
G = 39.87%
B = 23.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#DBF08F (or 0xDBF08F) is known color: Reef. HEX triplet: DB, F0 and 8F. RGB value is (219,240,143). Sum of RGB (Red+Green+Blue) = 219+240+143=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF08F is #240F70. Grayscale: #DFDFDF. Windows color (decimal): -2363249 or 9433307. OLE color: 9433307.

HSL color Cylindrical-coordinate representation of color #DBF08F: hue angle of 72.99º degrees, saturation: 0.76, 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 #DBF08F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 143 -
CMYK 0.09 0 0.40 0.06
HSL 72.99º 0.76% 0.75% -
HSV(B) 72.99º 0.4% 0.94% -
XYZ 65.33 79.36 37.86 -
YUV 222.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 219 240 143 0.09 0 0.40 0.06 72.99 0.76 0.75
Hex DB F0 8F 9 0 28 6 49 4C 4B
Octal 333 360 217 11 0 50 6 111 114 113
Binary 11011011 11110000 10001111 1001 0 101000 110 1001001 1001100 1001011

Color Harmonies of #DBF08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF08F

Black with #DBF08F

Text Example


Text Example

White with #DBF08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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