Html Css Color HEX #BFDC70 Sulu

📋 copy color: '#BFDC70'

red 191 ◦ green 220 ◦ blue 112

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

Shades of Sulu #BFDC70

Tints of Sulu #BFDC70

RGB

 RED value IS 191 (75% from 255) = 36.52%

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 36.52%
G = 42.07%
B = 21.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BFDC70 (or 0xBFDC70) is known color: Sulu. HEX triplet: BF, DC and 70. RGB value is (191,220,112). Sum of RGB (Red+Green+Blue) = 191+220+112=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC70 is #40238F. Grayscale: #C7C7C7. Windows color (decimal): -4203408 or 7396543. OLE color: 7396543.

HSL color Cylindrical-coordinate representation of color #BFDC70: hue angle of 76.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFDC70 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 112 -
CMYK 0.13 0 0.49 0.14
HSL 76.11º 0.61% 0.65% -
HSV(B) 76.11º 0.49% 0.86% -
XYZ 50 63.43 24.94 -
YUV 199.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 191 220 112 0.13 0 0.49 0.14 76.11 0.61 0.65
Hex BF DC 70 D 0 31 E 4C 3D 41
Octal 277 334 160 15 0 61 16 114 75 101
Binary 10111111 11011100 1110000 1101 0 110001 1110 1001100 111101 1000001

Color Harmonies of #BFDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC70

Black with #BFDC70

Text Example


Text Example

White with #BFDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC70; }

 p { color: rgb(191,220,112); }

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

background-color css

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

 a { background-color: rgb(191,220,112); }

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

border-color css

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

 span { border-color: rgb(191,220,112); }

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