Html Css Color HEX #BCFA68 Sulu

📋 copy color: '#BCFA68'

red 188 ◦ green 250 ◦ blue 104

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

Shades of Sulu #BCFA68

Tints of Sulu #BCFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 104 (41.02% from 255) = 19.19%

R = 34.69%
G = 46.13%
B = 19.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#BCFA68 (or 0xBCFA68) is known color: Sulu. HEX triplet: BC, FA and 68. RGB value is (188,250,104). Sum of RGB (Red+Green+Blue) = 188+250+104=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA68 is #430597. Grayscale: #D7D7D7. Windows color (decimal): -4392344 or 6879932. OLE color: 6879932.

HSL color Cylindrical-coordinate representation of color #BCFA68: hue angle of 85.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCFA68 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 104 -
CMYK 0.25 0 0.58 0.02
HSL 85.48º 0.94% 0.69% -
HSV(B) 85.48º 0.58% 0.98% -
XYZ 57.42 80.06 25.52 -
YUV 214.82 65.46 108.87 -
System Red Green Blue C M Y K H S L
Decimal 188 250 104 0.25 0 0.58 0.02 85.48 0.94 0.69
Hex BC FA 68 19 0 3A 2 55 5E 45
Octal 274 372 150 31 0 72 2 125 136 105
Binary 10111100 11111010 1101000 11001 0 111010 10 1010101 1011110 1000101

Color Harmonies of #BCFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA68

Black with #BCFA68

Text Example


Text Example

White with #BCFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA68; }

 p { color: rgb(188,250,104); }

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

background-color css

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

 a { background-color: rgb(188,250,104); }

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

border-color css

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

 span { border-color: rgb(188,250,104); }

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