Html Css Color HEX #BDF78A Sulu

📋 copy color: '#BDF78A'

red 189 ◦ green 247 ◦ blue 138

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

Shades of Sulu #BDF78A

Tints of Sulu #BDF78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 32.93%
G = 43.03%
B = 24.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#BDF78A (or 0xBDF78A) is known color: Sulu. HEX triplet: BD, F7 and 8A. RGB value is (189,247,138). Sum of RGB (Red+Green+Blue) = 189+247+138=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF78A is #420875. Grayscale: #D9D9D9. Windows color (decimal): -4327542 or 9107389. OLE color: 9107389.

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

Color convert

RGB 189 247 138 -
CMYK 0.23 0 0.44 0.03
HSL 91.93º 0.87% 0.75% -
HSV(B) 91.93º 0.44% 0.97% -
XYZ 58.83 79.18 36.23 -
YUV 217.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 189 247 138 0.23 0 0.44 0.03 91.93 0.87 0.75
Hex BD F7 8A 17 0 2C 3 5C 57 4B
Octal 275 367 212 27 0 54 3 134 127 113
Binary 10111101 11110111 10001010 10111 0 101100 11 1011100 1010111 1001011

Color Harmonies of #BDF78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF78A

Black with #BDF78A

Text Example


Text Example

White with #BDF78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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