Html Css Color HEX #BCF074 Sulu

📋 copy color: '#BCF074'

red 188 ◦ green 240 ◦ blue 116

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

Shades of Sulu #BCF074

Tints of Sulu #BCF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

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

R = 34.56%
G = 44.12%
B = 21.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BCF074 (or 0xBCF074) is known color: Sulu. HEX triplet: BC, F0 and 74. RGB value is (188,240,116). Sum of RGB (Red+Green+Blue) = 188+240+116=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF074 is #430F8B. Grayscale: #D2D2D2. Windows color (decimal): -4394892 or 7663804. OLE color: 7663804.

HSL color Cylindrical-coordinate representation of color #BCF074: hue angle of 85.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF074 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 116 -
CMYK 0.22 0 0.52 0.06
HSL 85.16º 0.81% 0.7% -
HSV(B) 85.16º 0.52% 0.94% -
XYZ 55.05 74.27 27.96 -
YUV 210.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 188 240 116 0.22 0 0.52 0.06 85.16 0.81 0.7
Hex BC F0 74 16 0 34 6 55 51 46
Octal 274 360 164 26 0 64 6 125 121 106
Binary 10111100 11110000 1110100 10110 0 110100 110 1010101 1010001 1000110

Color Harmonies of #BCF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF074

Black with #BCF074

Text Example


Text Example

White with #BCF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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