Html Css Color HEX #BCDF7A Sulu

📋 copy color: '#BCDF7A'

red 188 ◦ green 223 ◦ blue 122

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

Shades of Sulu #BCDF7A

Tints of Sulu #BCDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.84%

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

R = 35.27%
G = 41.84%
B = 22.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BCDF7A (or 0xBCDF7A) is known color: Sulu. HEX triplet: BC, DF and 7A. RGB value is (188,223,122). Sum of RGB (Red+Green+Blue) = 188+223+122=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF7A is #432085. Grayscale: #C9C9C9. Windows color (decimal): -4399238 or 8052668. OLE color: 8052668.

HSL color Cylindrical-coordinate representation of color #BCDF7A: hue angle of 80.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDF7A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 122 -
CMYK 0.16 0 0.45 0.13
HSL 80.79º 0.61% 0.68% -
HSV(B) 80.79º 0.45% 0.87% -
XYZ 50.64 64.87 28.26 -
YUV 201.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 188 223 122 0.16 0 0.45 0.13 80.79 0.61 0.68
Hex BC DF 7A 10 0 2D D 51 3D 44
Octal 274 337 172 20 0 55 15 121 75 104
Binary 10111100 11011111 1111010 10000 0 101101 1101 1010001 111101 1000100

Color Harmonies of #BCDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF7A

Black with #BCDF7A

Text Example


Text Example

White with #BCDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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