Html Css Color HEX #BDF78F Sulu

📋 copy color: '#BDF78F'

red 189 ◦ green 247 ◦ blue 143

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

Shades of Sulu #BDF78F

Tints of Sulu #BDF78F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.7%

R = 32.64%
G = 42.66%
B = 24.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#BDF78F (or 0xBDF78F) is known color: Sulu. HEX triplet: BD, F7 and 8F. RGB value is (189,247,143). Sum of RGB (Red+Green+Blue) = 189+247+143=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF78F is #420870. Grayscale: #DADADA. Windows color (decimal): -4327537 or 9435069. OLE color: 9435069.

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

Color convert

RGB 189 247 143 -
CMYK 0.23 0 0.42 0.03
HSL 93.46º 0.87% 0.76% -
HSV(B) 93.46º 0.42% 0.97% -
XYZ 59.2 79.32 38.18 -
YUV 217.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 189 247 143 0.23 0 0.42 0.03 93.46 0.87 0.76
Hex BD F7 8F 17 0 2A 3 5D 57 4C
Octal 275 367 217 27 0 52 3 135 127 114
Binary 10111101 11110111 10001111 10111 0 101010 11 1011101 1010111 1001100

Color Harmonies of #BDF78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF78F

Black with #BDF78F

Text Example


Text Example

White with #BDF78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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