Html Css Color HEX #D5F385 Sulu

📋 copy color: '#D5F385'

red 213 ◦ green 243 ◦ blue 133

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

Shades of Sulu #D5F385

Tints of Sulu #D5F385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.26%

 BLUE value IS 133 (52.34% from 255) = 22.58%

R = 36.16%
G = 41.26%
B = 22.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#D5F385 (or 0xD5F385) is known color: Sulu. HEX triplet: D5, F3 and 85. RGB value is (213,243,133). Sum of RGB (Red+Green+Blue) = 213+243+133=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F385 is #2A0C7A. Grayscale: #DDDDDD. Windows color (decimal): -2755707 or 8778709. OLE color: 8778709.

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

Color convert

RGB 213 243 133 -
CMYK 0.12 0 0.45 0.05
HSL 76.36º 0.82% 0.74% -
HSV(B) 76.36º 0.45% 0.95% -
XYZ 63.72 79.94 34.26 -
YUV 221.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 213 243 133 0.12 0 0.45 0.05 76.36 0.82 0.74
Hex D5 F3 85 C 0 2D 5 4C 52 4A
Octal 325 363 205 14 0 55 5 114 122 112
Binary 11010101 11110011 10000101 1100 0 101101 101 1001100 1010010 1001010

Color Harmonies of #D5F385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F385

Black with #D5F385

Text Example


Text Example

White with #D5F385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F385; }

 p { color: rgb(213,243,133); }

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

background-color css

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

 a { background-color: rgb(213,243,133); }

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

border-color css

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

 span { border-color: rgb(213,243,133); }

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