Html Css Color HEX #BCFE74 Sulu

📋 copy color: '#BCFE74'

red 188 ◦ green 254 ◦ blue 116

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

Shades of Sulu #BCFE74

Tints of Sulu #BCFE74

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

 BLUE value IS 116 (45.7% from 255) = 20.79%

R = 33.69%
G = 45.52%
B = 20.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#BCFE74 (or 0xBCFE74) is known color: Sulu. HEX triplet: BC, FE and 74. RGB value is (188,254,116). Sum of RGB (Red+Green+Blue) = 188+254+116=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE74 is #43018B. Grayscale: #DBDBDB. Windows color (decimal): -4391308 or 7667388. OLE color: 7667388.

HSL color Cylindrical-coordinate representation of color #BCFE74: hue angle of 88.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCFE74 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 116 -
CMYK 0.26 0 0.54 0.00
HSL 88.7º 0.99% 0.73% -
HSV(B) 88.7º 0.54% 1% -
XYZ 59.33 82.84 29.38 -
YUV 218.53 70.13 106.22 -
System Red Green Blue C M Y K H S L
Decimal 188 254 116 0.26 0 0.54 0.00 88.7 0.99 0.73
Hex BC FE 74 1A 0 36 0 59 63 49
Octal 274 376 164 32 0 66 0 131 143 111
Binary 10111100 11111110 1110100 11010 0 110110 0 1011001 1100011 1001001

Color Harmonies of #BCFE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE74

Black with #BCFE74

Text Example


Text Example

White with #BCFE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE74; }

 p { color: rgb(188,254,116); }

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

background-color css

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

 a { background-color: rgb(188,254,116); }

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

border-color css

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

 span { border-color: rgb(188,254,116); }

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