Html Css Color HEX #BDF78D Sulu

📋 copy color: '#BDF78D'

red 189 ◦ green 247 ◦ blue 141

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

Shades of Sulu #BDF78D

Tints of Sulu #BDF78D

RGB

 RED value IS 189 (74.22% from 255) = 32.76%

 GREEN value IS 247 (96.88% from 255) = 42.81%

 BLUE value IS 141 (55.47% from 255) = 24.44%

R = 32.76%
G = 42.81%
B = 24.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#BDF78D (or 0xBDF78D) is known color: Sulu. HEX triplet: BD, F7 and 8D. RGB value is (189,247,141). Sum of RGB (Red+Green+Blue) = 189+247+141=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF78D is #420872. Grayscale: #D9D9D9. Windows color (decimal): -4327539 or 9303997. OLE color: 9303997.

HSL color Cylindrical-coordinate representation of color #BDF78D: hue angle of 92.83º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF78D is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 141 -
CMYK 0.23 0 0.43 0.03
HSL 92.83º 0.87% 0.76% -
HSV(B) 92.83º 0.43% 0.97% -
XYZ 59.05 79.26 37.39 -
YUV 217.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 189 247 141 0.23 0 0.43 0.03 92.83 0.87 0.76
Hex BD F7 8D 17 0 2B 3 5D 57 4C
Octal 275 367 215 27 0 53 3 135 127 114
Binary 10111101 11110111 10001101 10111 0 101011 11 1011101 1010111 1001100

Color Harmonies of #BDF78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF78D

Black with #BDF78D

Text Example


Text Example

White with #BDF78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF78D; }

 p { color: rgb(189,247,141); }

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

background-color css

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

 a { background-color: rgb(189,247,141); }

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

border-color css

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

 span { border-color: rgb(189,247,141); }

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