Html Css Color HEX #BCF378 Sulu

📋 copy color: '#BCF378'

red 188 ◦ green 243 ◦ blue 120

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

Shades of Sulu #BCF378

Tints of Sulu #BCF378

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.1%

 BLUE value IS 120 (47.27% from 255) = 21.78%

R = 34.12%
G = 44.1%
B = 21.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BCF378 (or 0xBCF378) is known color: Sulu. HEX triplet: BC, F3 and 78. RGB value is (188,243,120). Sum of RGB (Red+Green+Blue) = 188+243+120=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF378 is #430C87. Grayscale: #D4D4D4. Windows color (decimal): -4394120 or 7926716. OLE color: 7926716.

HSL color Cylindrical-coordinate representation of color #BCF378: hue angle of 86.83º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF378 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 120 -
CMYK 0.23 0 0.51 0.05
HSL 86.83º 0.84% 0.71% -
HSV(B) 86.83º 0.51% 0.95% -
XYZ 56.18 76.15 29.51 -
YUV 212.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 188 243 120 0.23 0 0.51 0.05 86.83 0.84 0.71
Hex BC F3 78 17 0 33 5 57 54 47
Octal 274 363 170 27 0 63 5 127 124 107
Binary 10111100 11110011 1111000 10111 0 110011 101 1010111 1010100 1000111

Color Harmonies of #BCF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF378

Black with #BCF378

Text Example


Text Example

White with #BCF378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF378; }

 p { color: rgb(188,243,120); }

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

background-color css

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

 a { background-color: rgb(188,243,120); }

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

border-color css

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

 span { border-color: rgb(188,243,120); }

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