Html Css Color HEX #D5EF96 Reef

📋 copy color: '#D5EF96'

red 213 ◦ green 239 ◦ blue 150

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

Shades of Reef #D5EF96

Tints of Reef #D5EF96

RGB

 RED value IS 213 (83.59% from 255) = 35.38%

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

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 35.38%
G = 39.7%
B = 24.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#D5EF96 (or 0xD5EF96) is known color: Reef. HEX triplet: D5, EF and 96. RGB value is (213,239,150). Sum of RGB (Red+Green+Blue) = 213+239+150=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF96 is #2A1069. Grayscale: #DDDDDD. Windows color (decimal): -2756714 or 9891797. OLE color: 9891797.

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

Color convert

RGB 213 239 150 -
CMYK 0.11 0 0.37 0.06
HSL 77.53º 0.74% 0.76% -
HSV(B) 77.53º 0.37% 0.94% -
XYZ 63.81 78.08 40.56 -
YUV 221.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 213 239 150 0.11 0 0.37 0.06 77.53 0.74 0.76
Hex D5 EF 96 B 0 25 6 4E 4A 4C
Octal 325 357 226 13 0 45 6 116 112 114
Binary 11010101 11101111 10010110 1011 0 100101 110 1001110 1001010 1001100

Color Harmonies of #D5EF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF96

Black with #D5EF96

Text Example


Text Example

White with #D5EF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF96; }

 p { color: rgb(213,239,150); }

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

background-color css

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

 a { background-color: rgb(213,239,150); }

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

border-color css

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

 span { border-color: rgb(213,239,150); }

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