Html Css Color HEX #BCF483 Sulu

📋 copy color: '#BCF483'

red 188 ◦ green 244 ◦ blue 131

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

Shades of Sulu #BCF483

Tints of Sulu #BCF483

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

 BLUE value IS 131 (51.56% from 255) = 23.27%

R = 33.39%
G = 43.34%
B = 23.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#BCF483 (or 0xBCF483) is known color: Sulu. HEX triplet: BC, F4 and 83. RGB value is (188,244,131). Sum of RGB (Red+Green+Blue) = 188+244+131=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF483 is #430B7C. Grayscale: #D6D6D6. Windows color (decimal): -4393853 or 8647868. OLE color: 8647868.

HSL color Cylindrical-coordinate representation of color #BCF483: hue angle of 89.73º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF483 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 131 -
CMYK 0.23 0 0.46 0.04
HSL 89.73º 0.84% 0.74% -
HSV(B) 89.73º 0.46% 0.96% -
XYZ 57.19 77.03 33.33 -
YUV 214.37 80.95 109.19 -
System Red Green Blue C M Y K H S L
Decimal 188 244 131 0.23 0 0.46 0.04 89.73 0.84 0.74
Hex BC F4 83 17 0 2E 4 5A 54 4A
Octal 274 364 203 27 0 56 4 132 124 112
Binary 10111100 11110100 10000011 10111 0 101110 100 1011010 1010100 1001010

Color Harmonies of #BCF483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF483

Black with #BCF483

Text Example


Text Example

White with #BCF483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF483; }

 p { color: rgb(188,244,131); }

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

background-color css

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

 a { background-color: rgb(188,244,131); }

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

border-color css

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

 span { border-color: rgb(188,244,131); }

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