Html Css Color HEX #DBF38B Reef

📋 copy color: '#DBF38B'

red 219 ◦ green 243 ◦ blue 139

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

Shades of Reef #DBF38B

Tints of Reef #DBF38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.13%

R = 36.44%
G = 40.43%
B = 23.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#DBF38B (or 0xDBF38B) is known color: Reef. HEX triplet: DB, F3 and 8B. RGB value is (219,243,139). Sum of RGB (Red+Green+Blue) = 219+243+139=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF38B is #240C74. Grayscale: #E0E0E0. Windows color (decimal): -2362485 or 9171931. OLE color: 9171931.

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

Color convert

RGB 219 243 139 -
CMYK 0.10 0 0.43 0.05
HSL 73.85º 0.81% 0.75% -
HSV(B) 73.85º 0.43% 0.95% -
XYZ 65.92 81.03 36.59 -
YUV 223.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 219 243 139 0.10 0 0.43 0.05 73.85 0.81 0.75
Hex DB F3 8B A 0 2B 5 4A 51 4B
Octal 333 363 213 12 0 53 5 112 121 113
Binary 11011011 11110011 10001011 1010 0 101011 101 1001010 1010001 1001011

Color Harmonies of #DBF38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF38B

Black with #DBF38B

Text Example


Text Example

White with #DBF38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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