Html Css Color HEX #D5EF93 Reef

📋 copy color: '#D5EF93'

red 213 ◦ green 239 ◦ blue 147

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

Shades of Reef #D5EF93

Tints of Reef #D5EF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 35.56%
G = 39.9%
B = 24.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#D5EF93 (or 0xD5EF93) is known color: Reef. HEX triplet: D5, EF and 93. RGB value is (213,239,147). Sum of RGB (Red+Green+Blue) = 213+239+147=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF93 is #2A106C. Grayscale: #DDDDDD. Windows color (decimal): -2756717 or 9695189. OLE color: 9695189.

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

Color convert

RGB 213 239 147 -
CMYK 0.11 0 0.38 0.06
HSL 76.96º 0.74% 0.76% -
HSV(B) 76.96º 0.38% 0.94% -
XYZ 63.57 77.99 39.31 -
YUV 220.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 213 239 147 0.11 0 0.38 0.06 76.96 0.74 0.76
Hex D5 EF 93 B 0 26 6 4D 4A 4C
Octal 325 357 223 13 0 46 6 115 112 114
Binary 11010101 11101111 10010011 1011 0 100110 110 1001101 1001010 1001100

Color Harmonies of #D5EF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF93

Black with #D5EF93

Text Example


Text Example

White with #D5EF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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