Html Css Color HEX #BCDF7F Sulu

📋 copy color: '#BCDF7F'

red 188 ◦ green 223 ◦ blue 127

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

Shades of Sulu #BCDF7F

Tints of Sulu #BCDF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.61%

R = 34.94%
G = 41.45%
B = 23.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BCDF7F (or 0xBCDF7F) is known color: Sulu. HEX triplet: BC, DF and 7F. RGB value is (188,223,127). Sum of RGB (Red+Green+Blue) = 188+223+127=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF7F is #432080. Grayscale: #C9C9C9. Windows color (decimal): -4399233 or 8380348. OLE color: 8380348.

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

Color convert

RGB 188 223 127 -
CMYK 0.16 0 0.43 0.13
HSL 81.87º 0.6% 0.69% -
HSV(B) 81.87º 0.43% 0.87% -
XYZ 50.96 65 29.94 -
YUV 201.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 188 223 127 0.16 0 0.43 0.13 81.87 0.6 0.69
Hex BC DF 7F 10 0 2B D 52 3C 45
Octal 274 337 177 20 0 53 15 122 74 105
Binary 10111100 11011111 1111111 10000 0 101011 1101 1010010 111100 1000101

Color Harmonies of #BCDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF7F

Black with #BCDF7F

Text Example


Text Example

White with #BCDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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