Html Css Color HEX #BCFD67 Sulu

📋 copy color: '#BCFD67'

red 188 ◦ green 253 ◦ blue 103

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

Shades of Sulu #BCFD67

Tints of Sulu #BCFD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.93%

R = 34.56%
G = 46.51%
B = 18.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#BCFD67 (or 0xBCFD67) is known color: Sulu. HEX triplet: BC, FD and 67. RGB value is (188,253,103). Sum of RGB (Red+Green+Blue) = 188+253+103=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD67 is #430298. Grayscale: #D9D9D9. Windows color (decimal): -4391577 or 6815164. OLE color: 6815164.

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

Color convert

RGB 188 253 103 -
CMYK 0.26 0 0.59 0.01
HSL 86º 0.97% 0.7% -
HSV(B) 86º 0.59% 0.99% -
XYZ 58.31 81.92 25.57 -
YUV 216.47 63.97 107.7 -
System Red Green Blue C M Y K H S L
Decimal 188 253 103 0.26 0 0.59 0.01 86 0.97 0.7
Hex BC FD 67 1A 0 3B 1 56 61 46
Octal 274 375 147 32 0 73 1 126 141 106
Binary 10111100 11111101 1100111 11010 0 111011 1 1010110 1100001 1000110

Color Harmonies of #BCFD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD67

Black with #BCFD67

Text Example


Text Example

White with #BCFD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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