Html Css Color HEX #BCF375 Sulu

📋 copy color: '#BCF375'

red 188 ◦ green 243 ◦ blue 117

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

Shades of Sulu #BCF375

Tints of Sulu #BCF375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 34.31%
G = 44.34%
B = 21.35%

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

#BCF375 (or 0xBCF375) is known color: Sulu. HEX triplet: BC, F3 and 75. RGB value is (188,243,117). Sum of RGB (Red+Green+Blue) = 188+243+117=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF375 is #430C8A. Grayscale: #D4D4D4. Windows color (decimal): -4394123 or 7730108. OLE color: 7730108.

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

Color convert

RGB 188 243 117 -
CMYK 0.23 0 0.52 0.05
HSL 86.19º 0.84% 0.71% -
HSV(B) 86.19º 0.52% 0.95% -
XYZ 56 76.08 28.56 -
YUV 212.19 74.28 110.75 -
System Red Green Blue C M Y K H S L
Decimal 188 243 117 0.23 0 0.52 0.05 86.19 0.84 0.71
Hex BC F3 75 17 0 34 5 56 54 47
Octal 274 363 165 27 0 64 5 126 124 107
Binary 10111100 11110011 1110101 10111 0 110100 101 1010110 1010100 1000111

Color Harmonies of #BCF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF375

Black with #BCF375

Text Example


Text Example

White with #BCF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF375; }

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

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

background-color css

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

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

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

border-color css

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

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

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