Html Css Color HEX #BCFD7A Sulu

📋 copy color: '#BCFD7A'

red 188 ◦ green 253 ◦ blue 122

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

Shades of Sulu #BCFD7A

Tints of Sulu #BCFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.94%

 BLUE value IS 122 (48.05% from 255) = 21.67%

R = 33.39%
G = 44.94%
B = 21.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#BCFD7A (or 0xBCFD7A) is known color: Sulu. HEX triplet: BC, FD and 7A. RGB value is (188,253,122). Sum of RGB (Red+Green+Blue) = 188+253+122=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD7A is #430285. Grayscale: #DBDBDB. Windows color (decimal): -4391558 or 8060348. OLE color: 8060348.

HSL color Cylindrical-coordinate representation of color #BCFD7A: hue angle of 89.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCFD7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 122 -
CMYK 0.26 0 0.52 0.01
HSL 89.77º 0.97% 0.74% -
HSV(B) 89.77º 0.52% 0.99% -
XYZ 59.38 82.35 31.18 -
YUV 218.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 188 253 122 0.26 0 0.52 0.01 89.77 0.97 0.74
Hex BC FD 7A 1A 0 34 1 5A 61 4A
Octal 274 375 172 32 0 64 1 132 141 112
Binary 10111100 11111101 1111010 11010 0 110100 1 1011010 1100001 1001010

Color Harmonies of #BCFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD7A

Black with #BCFD7A

Text Example


Text Example

White with #BCFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD7A; }

 p { color: rgb(188,253,122); }

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

background-color css

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

 a { background-color: rgb(188,253,122); }

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

border-color css

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

 span { border-color: rgb(188,253,122); }

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