Html Css Color HEX #BCF78A Sulu

📋 copy color: '#BCF78A'

red 188 ◦ green 247 ◦ blue 138

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

Shades of Sulu #BCF78A

Tints of Sulu #BCF78A

RGB

 RED value IS 188 (73.83% from 255) = 32.81%

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

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

R = 32.81%
G = 43.11%
B = 24.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#BCF78A (or 0xBCF78A) is known color: Sulu. HEX triplet: BC, F7 and 8A. RGB value is (188,247,138). Sum of RGB (Red+Green+Blue) = 188+247+138=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF78A is #430875. Grayscale: #D9D9D9. Windows color (decimal): -4393078 or 9107388. OLE color: 9107388.

HSL color Cylindrical-coordinate representation of color #BCF78A: hue angle of 92.48º 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 #BCF78A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 138 -
CMYK 0.24 0 0.44 0.03
HSL 92.48º 0.87% 0.75% -
HSV(B) 92.48º 0.44% 0.97% -
XYZ 58.59 79.05 36.21 -
YUV 216.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 188 247 138 0.24 0 0.44 0.03 92.48 0.87 0.75
Hex BC F7 8A 18 0 2C 3 5C 57 4B
Octal 274 367 212 30 0 54 3 134 127 113
Binary 10111100 11110111 10001010 11000 0 101100 11 1011100 1010111 1001011

Color Harmonies of #BCF78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF78A

Black with #BCF78A

Text Example


Text Example

White with #BCF78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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