Html Css Color HEX #BFE05D Conifer

📋 copy color: '#BFE05D'

red 191 ◦ green 224 ◦ blue 93

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

Shades of Conifer #BFE05D

Tints of Conifer #BFE05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 37.6%
G = 44.09%
B = 18.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BFE05D (or 0xBFE05D) is known color: Conifer. HEX triplet: BF, E0 and 5D. RGB value is (191,224,93). Sum of RGB (Red+Green+Blue) = 191+224+93=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE05D is #401FA2. Grayscale: #C7C7C7. Windows color (decimal): -4202403 or 6152383. OLE color: 6152383.

HSL color Cylindrical-coordinate representation of color #BFE05D: hue angle of 75.11º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE05D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 93 -
CMYK 0.15 0 0.58 0.12
HSL 75.11º 0.68% 0.62% -
HSV(B) 75.11º 0.58% 0.88% -
XYZ 50.12 65.18 20.3 -
YUV 199.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 191 224 93 0.15 0 0.58 0.12 75.11 0.68 0.62
Hex BF E0 5D F 0 3A C 4B 44 3E
Octal 277 340 135 17 0 72 14 113 104 76
Binary 10111111 11100000 1011101 1111 0 111010 1100 1001011 1000100 111110

Color Harmonies of #BFE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE05D

Black with #BFE05D

Text Example


Text Example

White with #BFE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE05D; }

 p { color: rgb(191,224,93); }

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

background-color css

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

 a { background-color: rgb(191,224,93); }

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

border-color css

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

 span { border-color: rgb(191,224,93); }

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