Html Css Color HEX #BCF27D Sulu

📋 copy color: '#BCF27D'

red 188 ◦ green 242 ◦ blue 125

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

Shades of Sulu #BCF27D

Tints of Sulu #BCF27D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.6%

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

R = 33.87%
G = 43.6%
B = 22.52%

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

#BCF27D (or 0xBCF27D) is known color: Sulu. HEX triplet: BC, F2 and 7D. RGB value is (188,242,125). Sum of RGB (Red+Green+Blue) = 188+242+125=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF27D is #430D82. Grayscale: #D4D4D4. Windows color (decimal): -4394371 or 8254140. OLE color: 8254140.

HSL color Cylindrical-coordinate representation of color #BCF27D: hue angle of 87.69º degrees, saturation: 0.82, 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 #BCF27D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 125 -
CMYK 0.22 0 0.48 0.05
HSL 87.69º 0.82% 0.72% -
HSV(B) 87.69º 0.48% 0.95% -
XYZ 56.19 75.68 31.05 -
YUV 212.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 188 242 125 0.22 0 0.48 0.05 87.69 0.82 0.72
Hex BC F2 7D 16 0 30 5 58 52 48
Octal 274 362 175 26 0 60 5 130 122 110
Binary 10111100 11110010 1111101 10110 0 110000 101 1011000 1010010 1001000

Color Harmonies of #BCF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF27D

Black with #BCF27D

Text Example


Text Example

White with #BCF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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