Html Css Color HEX #DBF38F Reef

📋 copy color: '#DBF38F'

red 219 ◦ green 243 ◦ blue 143

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

Shades of Reef #DBF38F

Tints of Reef #DBF38F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.17%

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

R = 36.2%
G = 40.17%
B = 23.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#DBF38F (or 0xDBF38F) is known color: Reef. HEX triplet: DB, F3 and 8F. RGB value is (219,243,143). Sum of RGB (Red+Green+Blue) = 219+243+143=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF38F is #240C70. Grayscale: #E0E0E0. Windows color (decimal): -2362481 or 9434075. OLE color: 9434075.

HSL color Cylindrical-coordinate representation of color #DBF38F: hue angle of 74.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF38F is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 143 -
CMYK 0.10 0 0.41 0.05
HSL 74.4º 0.81% 0.76% -
HSV(B) 74.4º 0.41% 0.95% -
XYZ 66.22 81.14 38.16 -
YUV 224.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 219 243 143 0.10 0 0.41 0.05 74.4 0.81 0.76
Hex DB F3 8F A 0 29 5 4A 51 4C
Octal 333 363 217 12 0 51 5 112 121 114
Binary 11011011 11110011 10001111 1010 0 101001 101 1001010 1010001 1001100

Color Harmonies of #DBF38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF38F

Black with #DBF38F

Text Example


Text Example

White with #DBF38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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