Html Css Color HEX #DBF38D Reef

📋 copy color: '#DBF38D'

red 219 ◦ green 243 ◦ blue 141

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

Shades of Reef #DBF38D

Tints of Reef #DBF38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.38%

R = 36.32%
G = 40.3%
B = 23.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#DBF38D (or 0xDBF38D) is known color: Reef. HEX triplet: DB, F3 and 8D. RGB value is (219,243,141). Sum of RGB (Red+Green+Blue) = 219+243+141=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF38D is #240C72. Grayscale: #E0E0E0. Windows color (decimal): -2362483 or 9303003. OLE color: 9303003.

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

Color convert

RGB 219 243 141 -
CMYK 0.10 0 0.42 0.05
HSL 74.12º 0.81% 0.75% -
HSV(B) 74.12º 0.42% 0.95% -
XYZ 66.07 81.08 37.37 -
YUV 224.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 219 243 141 0.10 0 0.42 0.05 74.12 0.81 0.75
Hex DB F3 8D A 0 2A 5 4A 51 4B
Octal 333 363 215 12 0 52 5 112 121 113
Binary 11011011 11110011 10001101 1010 0 101010 101 1001010 1010001 1001011

Color Harmonies of #DBF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF38D

Black with #DBF38D

Text Example


Text Example

White with #DBF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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