Html Css Color HEX #D5F38B Sulu

📋 copy color: '#D5F38B'

red 213 ◦ green 243 ◦ blue 139

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

Shades of Sulu #D5F38B

Tints of Sulu #D5F38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.36%

R = 35.8%
G = 40.84%
B = 23.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#D5F38B (or 0xD5F38B) is known color: Sulu. HEX triplet: D5, F3 and 8B. RGB value is (213,243,139). Sum of RGB (Red+Green+Blue) = 213+243+139=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F38B is #2A0C74. Grayscale: #DEDEDE. Windows color (decimal): -2755701 or 9171925. OLE color: 9171925.

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

Color convert

RGB 213 243 139 -
CMYK 0.12 0 0.43 0.05
HSL 77.31º 0.81% 0.75% -
HSV(B) 77.31º 0.43% 0.95% -
XYZ 64.15 80.11 36.51 -
YUV 222.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 213 243 139 0.12 0 0.43 0.05 77.31 0.81 0.75
Hex D5 F3 8B C 0 2B 5 4D 51 4B
Octal 325 363 213 14 0 53 5 115 121 113
Binary 11010101 11110011 10001011 1100 0 101011 101 1001101 1010001 1001011

Color Harmonies of #D5F38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F38B

Black with #D5F38B

Text Example


Text Example

White with #D5F38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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