Html Css Color HEX #BCFD65 Sulu

📋 copy color: '#BCFD65'

red 188 ◦ green 253 ◦ blue 101

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

Shades of Sulu #BCFD65

Tints of Sulu #BCFD65

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.68%

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

R = 34.69%
G = 46.68%
B = 18.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#BCFD65 (or 0xBCFD65) is known color: Sulu. HEX triplet: BC, FD and 65. RGB value is (188,253,101). Sum of RGB (Red+Green+Blue) = 188+253+101=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD65 is #43029A. Grayscale: #D8D8D8. Windows color (decimal): -4391579 or 6684092. OLE color: 6684092.

HSL color Cylindrical-coordinate representation of color #BCFD65: hue angle of 85.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCFD65 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 101 -
CMYK 0.26 0 0.60 0.01
HSL 85.66º 0.97% 0.69% -
HSV(B) 85.66º 0.6% 0.99% -
XYZ 58.21 81.88 25.05 -
YUV 216.24 62.97 107.86 -
System Red Green Blue C M Y K H S L
Decimal 188 253 101 0.26 0 0.60 0.01 85.66 0.97 0.69
Hex BC FD 65 1A 0 3C 1 56 61 45
Octal 274 375 145 32 0 74 1 126 141 105
Binary 10111100 11111101 1100101 11010 0 111100 1 1010110 1100001 1000101

Color Harmonies of #BCFD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD65

Black with #BCFD65

Text Example


Text Example

White with #BCFD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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