Html Css Color HEX #BCF768 Sulu

📋 copy color: '#BCF768'

red 188 ◦ green 247 ◦ blue 104

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

Shades of Sulu #BCF768

Tints of Sulu #BCF768

RGB

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

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

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

R = 34.88%
G = 45.83%
B = 19.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#BCF768 (or 0xBCF768) is known color: Sulu. HEX triplet: BC, F7 and 68. RGB value is (188,247,104). Sum of RGB (Red+Green+Blue) = 188+247+104=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF768 is #430897. Grayscale: #D5D5D5. Windows color (decimal): -4393112 or 6879164. OLE color: 6879164.

HSL color Cylindrical-coordinate representation of color #BCF768: hue angle of 84.76º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF768 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 104 -
CMYK 0.24 0 0.58 0.03
HSL 84.76º 0.9% 0.69% -
HSV(B) 84.76º 0.58% 0.97% -
XYZ 56.5 78.21 25.22 -
YUV 213.06 66.45 110.13 -
System Red Green Blue C M Y K H S L
Decimal 188 247 104 0.24 0 0.58 0.03 84.76 0.9 0.69
Hex BC F7 68 18 0 3A 3 55 5A 45
Octal 274 367 150 30 0 72 3 125 132 105
Binary 10111100 11110111 1101000 11000 0 111010 11 1010101 1011010 1000101

Color Harmonies of #BCF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF768

Black with #BCF768

Text Example


Text Example

White with #BCF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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