Html Css Color HEX #BCF374 Sulu

📋 copy color: '#BCF374'

red 188 ◦ green 243 ◦ blue 116

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

Shades of Sulu #BCF374

Tints of Sulu #BCF374

RGB

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

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

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

R = 34.37%
G = 44.42%
B = 21.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BCF374 (or 0xBCF374) is known color: Sulu. HEX triplet: BC, F3 and 74. RGB value is (188,243,116). Sum of RGB (Red+Green+Blue) = 188+243+116=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF374 is #430C8B. Grayscale: #D4D4D4. Windows color (decimal): -4394124 or 7664572. OLE color: 7664572.

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

Color convert

RGB 188 243 116 -
CMYK 0.23 0 0.52 0.05
HSL 85.98º 0.84% 0.7% -
HSV(B) 85.98º 0.52% 0.95% -
XYZ 55.94 76.05 28.25 -
YUV 212.08 73.78 110.83 -
System Red Green Blue C M Y K H S L
Decimal 188 243 116 0.23 0 0.52 0.05 85.98 0.84 0.7
Hex BC F3 74 17 0 34 5 56 54 46
Octal 274 363 164 27 0 64 5 126 124 106
Binary 10111100 11110011 1110100 10111 0 110100 101 1010110 1010100 1000110

Color Harmonies of #BCF374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF374

Black with #BCF374

Text Example


Text Example

White with #BCF374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF374; }

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

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

background-color css

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

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

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

border-color css

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

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

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