Html Css Color HEX #D5F97C Sulu

📋 copy color: '#D5F97C'

red 213 ◦ green 249 ◦ blue 124

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

Shades of Sulu #D5F97C

Tints of Sulu #D5F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

 BLUE value IS 124 (48.83% from 255) = 21.16%

R = 36.35%
G = 42.49%
B = 21.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D5F97C (or 0xD5F97C) is known color: Sulu. HEX triplet: D5, F9 and 7C. RGB value is (213,249,124). Sum of RGB (Red+Green+Blue) = 213+249+124=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F97C is #2A0683. Grayscale: #E0E0E0. Windows color (decimal): -2754180 or 8190421. OLE color: 8190421.

HSL color Cylindrical-coordinate representation of color #D5F97C: hue angle of 77.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5F97C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 124 -
CMYK 0.14 0 0.50 0.02
HSL 77.28º 0.91% 0.73% -
HSV(B) 77.28º 0.5% 0.98% -
XYZ 64.95 83.35 31.73 -
YUV 223.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 213 249 124 0.14 0 0.50 0.02 77.28 0.91 0.73
Hex D5 F9 7C E 0 32 2 4D 5B 49
Octal 325 371 174 16 0 62 2 115 133 111
Binary 11010101 11111001 1111100 1110 0 110010 10 1001101 1011011 1001001

Color Harmonies of #D5F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F97C

Black with #D5F97C

Text Example


Text Example

White with #D5F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F97C; }

 p { color: rgb(213,249,124); }

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

background-color css

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

 a { background-color: rgb(213,249,124); }

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

border-color css

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

 span { border-color: rgb(213,249,124); }

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