Html Css Color HEX #D5F97D Sulu

📋 copy color: '#D5F97D'

red 213 ◦ green 249 ◦ blue 125

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

Shades of Sulu #D5F97D

Tints of Sulu #D5F97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 36.29%
G = 42.42%
B = 21.29%

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

#D5F97D (or 0xD5F97D) is known color: Sulu. HEX triplet: D5, F9 and 7D. RGB value is (213,249,125). Sum of RGB (Red+Green+Blue) = 213+249+125=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F97D is #2A0682. Grayscale: #E0E0E0. Windows color (decimal): -2754179 or 8255957. OLE color: 8255957.

HSL color Cylindrical-coordinate representation of color #D5F97D: hue angle of 77.42º 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 #D5F97D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 125 -
CMYK 0.14 0 0.50 0.02
HSL 77.42º 0.91% 0.73% -
HSV(B) 77.42º 0.5% 0.98% -
XYZ 65.02 83.38 32.07 -
YUV 224.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 213 249 125 0.14 0 0.50 0.02 77.42 0.91 0.73
Hex D5 F9 7D E 0 32 2 4D 5B 49
Octal 325 371 175 16 0 62 2 115 133 111
Binary 11010101 11111001 1111101 1110 0 110010 10 1001101 1011011 1001001

Color Harmonies of #D5F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F97D

Black with #D5F97D

Text Example


Text Example

White with #D5F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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