Html Css Color HEX #BCF365 Sulu

📋 copy color: '#BCF365'

red 188 ◦ green 243 ◦ blue 101

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

Shades of Sulu #BCF365

Tints of Sulu #BCF365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 35.34%
G = 45.68%
B = 18.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BCF365 (or 0xBCF365) is known color: Sulu. HEX triplet: BC, F3 and 65. RGB value is (188,243,101). Sum of RGB (Red+Green+Blue) = 188+243+101=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF365 is #430C9A. Grayscale: #D2D2D2. Windows color (decimal): -4394139 or 6681532. OLE color: 6681532.

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

Color convert

RGB 188 243 101 -
CMYK 0.23 0 0.58 0.05
HSL 83.24º 0.86% 0.67% -
HSV(B) 83.24º 0.58% 0.95% -
XYZ 55.14 75.73 24.02 -
YUV 210.37 66.28 112.05 -
System Red Green Blue C M Y K H S L
Decimal 188 243 101 0.23 0 0.58 0.05 83.24 0.86 0.67
Hex BC F3 65 17 0 3A 5 53 56 43
Octal 274 363 145 27 0 72 5 123 126 103
Binary 10111100 11110011 1100101 10111 0 111010 101 1010011 1010110 1000011

Color Harmonies of #BCF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF365

Black with #BCF365

Text Example


Text Example

White with #BCF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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