Html Css Color HEX #D5F17F Sulu

📋 copy color: '#D5F17F'

red 213 ◦ green 241 ◦ blue 127

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

Shades of Sulu #D5F17F

Tints of Sulu #D5F17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.48%

 BLUE value IS 127 (50% from 255) = 21.86%

R = 36.66%
G = 41.48%
B = 21.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#D5F17F (or 0xD5F17F) is known color: Sulu. HEX triplet: D5, F1 and 7F. RGB value is (213,241,127). Sum of RGB (Red+Green+Blue) = 213+241+127=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F17F is #2A0E80. Grayscale: #DCDCDC. Windows color (decimal): -2756225 or 8384981. OLE color: 8384981.

HSL color Cylindrical-coordinate representation of color #D5F17F: hue angle of 74.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5F17F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 127 -
CMYK 0.12 0 0.47 0.05
HSL 74.74º 0.8% 0.72% -
HSV(B) 74.74º 0.47% 0.95% -
XYZ 62.73 78.59 31.94 -
YUV 219.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 213 241 127 0.12 0 0.47 0.05 74.74 0.8 0.72
Hex D5 F1 7F C 0 2F 5 4B 50 48
Octal 325 361 177 14 0 57 5 113 120 110
Binary 11010101 11110001 1111111 1100 0 101111 101 1001011 1010000 1001000

Color Harmonies of #D5F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F17F

Black with #D5F17F

Text Example


Text Example

White with #D5F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F17F; }

 p { color: rgb(213,241,127); }

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

background-color css

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

 a { background-color: rgb(213,241,127); }

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

border-color css

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

 span { border-color: rgb(213,241,127); }

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