Html Css Color HEX #BCF381 Sulu

📋 copy color: '#BCF381'

red 188 ◦ green 243 ◦ blue 129

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

Shades of Sulu #BCF381

Tints of Sulu #BCF381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.04%

R = 33.57%
G = 43.39%
B = 23.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BCF381 (or 0xBCF381) is known color: Sulu. HEX triplet: BC, F3 and 81. RGB value is (188,243,129). Sum of RGB (Red+Green+Blue) = 188+243+129=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF381 is #430C7E. Grayscale: #D5D5D5. Windows color (decimal): -4394111 or 8516540. OLE color: 8516540.

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

Color convert

RGB 188 243 129 -
CMYK 0.23 0 0.47 0.05
HSL 88.95º 0.83% 0.73% -
HSV(B) 88.95º 0.47% 0.95% -
XYZ 56.75 76.38 32.52 -
YUV 213.56 80.28 109.77 -
System Red Green Blue C M Y K H S L
Decimal 188 243 129 0.23 0 0.47 0.05 88.95 0.83 0.73
Hex BC F3 81 17 0 2F 5 59 53 49
Octal 274 363 201 27 0 57 5 131 123 111
Binary 10111100 11110011 10000001 10111 0 101111 101 1011001 1010011 1001001

Color Harmonies of #BCF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF381

Black with #BCF381

Text Example


Text Example

White with #BCF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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