Html Css Color HEX #BCF16D Sulu

📋 copy color: '#BCF16D'

red 188 ◦ green 241 ◦ blue 109

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

Shades of Sulu #BCF16D

Tints of Sulu #BCF16D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 34.94%
G = 44.8%
B = 20.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#BCF16D (or 0xBCF16D) is known color: Sulu. HEX triplet: BC, F1 and 6D. RGB value is (188,241,109). Sum of RGB (Red+Green+Blue) = 188+241+109=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16D is #430E92. Grayscale: #D2D2D2. Windows color (decimal): -4394643 or 7205308. OLE color: 7205308.

HSL color Cylindrical-coordinate representation of color #BCF16D: hue angle of 84.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF16D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 109 -
CMYK 0.22 0 0.55 0.05
HSL 84.09º 0.83% 0.69% -
HSV(B) 84.09º 0.55% 0.95% -
XYZ 54.95 74.71 25.99 -
YUV 210.11 70.94 112.23 -
System Red Green Blue C M Y K H S L
Decimal 188 241 109 0.22 0 0.55 0.05 84.09 0.83 0.69
Hex BC F1 6D 16 0 37 5 54 52 45
Octal 274 361 155 26 0 67 5 124 122 105
Binary 10111100 11110001 1101101 10110 0 110111 101 1010100 1010010 1000101

Color Harmonies of #BCF16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF16D

Black with #BCF16D

Text Example


Text Example

White with #BCF16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF16D; }

 p { color: rgb(188,241,109); }

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

background-color css

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

 a { background-color: rgb(188,241,109); }

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

border-color css

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

 span { border-color: rgb(188,241,109); }

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