Html Css Color HEX #D5FC7C Sulu

📋 copy color: '#D5FC7C'

red 213 ◦ green 252 ◦ blue 124

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

Shades of Sulu #D5FC7C

Tints of Sulu #D5FC7C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

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

R = 36.16%
G = 42.78%
B = 21.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#D5FC7C (or 0xD5FC7C) is known color: Sulu. HEX triplet: D5, FC and 7C. RGB value is (213,252,124). Sum of RGB (Red+Green+Blue) = 213+252+124=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC7C is #2A0383. Grayscale: #E2E2E2. Windows color (decimal): -2753412 or 8191189. OLE color: 8191189.

HSL color Cylindrical-coordinate representation of color #D5FC7C: hue angle of 78.28º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5FC7C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 124 -
CMYK 0.15 0 0.51 0.01
HSL 78.28º 0.96% 0.74% -
HSV(B) 78.28º 0.51% 0.99% -
XYZ 65.89 85.22 32.05 -
YUV 225.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 213 252 124 0.15 0 0.51 0.01 78.28 0.96 0.74
Hex D5 FC 7C F 0 33 1 4E 60 4A
Octal 325 374 174 17 0 63 1 116 140 112
Binary 11010101 11111100 1111100 1111 0 110011 1 1001110 1100000 1001010

Color Harmonies of #D5FC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC7C

Black with #D5FC7C

Text Example


Text Example

White with #D5FC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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