Html Css Color HEX #DBEF9A Reef

📋 copy color: '#DBEF9A'

red 219 ◦ green 239 ◦ blue 154

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

Shades of Reef #DBEF9A

Tints of Reef #DBEF9A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.05%

 BLUE value IS 154 (60.55% from 255) = 25.16%

R = 35.78%
G = 39.05%
B = 25.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#DBEF9A (or 0xDBEF9A) is known color: Reef. HEX triplet: DB, EF and 9A. RGB value is (219,239,154). Sum of RGB (Red+Green+Blue) = 219+239+154=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF9A is #241065. Grayscale: #DFDFDF. Windows color (decimal): -2363494 or 10153947. OLE color: 10153947.

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

Color convert

RGB 219 239 154 -
CMYK 0.08 0 0.36 0.06
HSL 74.12º 0.73% 0.77% -
HSV(B) 74.12º 0.36% 0.94% -
XYZ 65.91 79.13 42.37 -
YUV 223.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 219 239 154 0.08 0 0.36 0.06 74.12 0.73 0.77
Hex DB EF 9A 8 0 24 6 4A 49 4D
Octal 333 357 232 10 0 44 6 112 111 115
Binary 11011011 11101111 10011010 1000 0 100100 110 1001010 1001001 1001101

Color Harmonies of #DBEF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF9A

Black with #DBEF9A

Text Example


Text Example

White with #DBEF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF9A; }

 p { color: rgb(219,239,154); }

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

background-color css

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

 a { background-color: rgb(219,239,154); }

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

border-color css

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

 span { border-color: rgb(219,239,154); }

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