Html Css Color HEX #DBF09B Reef

📋 copy color: '#DBF09B'

red 219 ◦ green 240 ◦ blue 155

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

Shades of Reef #DBF09B

Tints of Reef #DBF09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.24%

R = 35.67%
G = 39.09%
B = 25.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#DBF09B (or 0xDBF09B) is known color: Reef. HEX triplet: DB, F0 and 9B. RGB value is (219,240,155). Sum of RGB (Red+Green+Blue) = 219+240+155=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09B is #240F64. Grayscale: #E0E0E0. Windows color (decimal): -2363237 or 10219739. OLE color: 10219739.

HSL color Cylindrical-coordinate representation of color #DBF09B: hue angle of 74.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBF09B is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 155 -
CMYK 0.09 0 0.35 0.06
HSL 74.82º 0.74% 0.77% -
HSV(B) 74.82º 0.35% 0.94% -
XYZ 66.29 79.75 42.91 -
YUV 224.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 219 240 155 0.09 0 0.35 0.06 74.82 0.74 0.77
Hex DB F0 9B 9 0 23 6 4B 4A 4D
Octal 333 360 233 11 0 43 6 113 112 115
Binary 11011011 11110000 10011011 1001 0 100011 110 1001011 1001010 1001101

Color Harmonies of #DBF09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF09B

Black with #DBF09B

Text Example


Text Example

White with #DBF09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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