Html Css Color HEX #BCF17D Sulu

📋 copy color: '#BCF17D'

red 188 ◦ green 241 ◦ blue 125

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

Shades of Sulu #BCF17D

Tints of Sulu #BCF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.56%

R = 33.94%
G = 43.5%
B = 22.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BCF17D (or 0xBCF17D) is known color: Sulu. HEX triplet: BC, F1 and 7D. RGB value is (188,241,125). Sum of RGB (Red+Green+Blue) = 188+241+125=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF17D is #430E82. Grayscale: #D4D4D4. Windows color (decimal): -4394627 or 8253884. OLE color: 8253884.

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

Color convert

RGB 188 241 125 -
CMYK 0.22 0 0.48 0.05
HSL 87.41º 0.81% 0.72% -
HSV(B) 87.41º 0.48% 0.95% -
XYZ 55.9 75.08 30.95 -
YUV 211.93 78.94 110.93 -
System Red Green Blue C M Y K H S L
Decimal 188 241 125 0.22 0 0.48 0.05 87.41 0.81 0.72
Hex BC F1 7D 16 0 30 5 57 51 48
Octal 274 361 175 26 0 60 5 127 121 110
Binary 10111100 11110001 1111101 10110 0 110000 101 1010111 1010001 1001000

Color Harmonies of #BCF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF17D

Black with #BCF17D

Text Example


Text Example

White with #BCF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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