Html Css Color HEX #BFE64B Conifer

📋 copy color: '#BFE64B'

red 191 ◦ green 230 ◦ blue 75

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

Shades of Conifer #BFE64B

Tints of Conifer #BFE64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.37%

 BLUE value IS 75 (29.69% from 255) = 15.12%

R = 38.51%
G = 46.37%
B = 15.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#BFE64B (or 0xBFE64B) is known color: Conifer. HEX triplet: BF, E6 and 4B. RGB value is (191,230,75). Sum of RGB (Red+Green+Blue) = 191+230+75=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE64B is #4019B4. Grayscale: #C9C9C9. Windows color (decimal): -4200885 or 4974271. OLE color: 4974271.

HSL color Cylindrical-coordinate representation of color #BFE64B: hue angle of 75.1º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE64B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 75 -
CMYK 0.17 0 0.67 0.10
HSL 75.1º 0.76% 0.6% -
HSV(B) 75.1º 0.67% 0.9% -
XYZ 51.05 68.18 17.13 -
YUV 200.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 191 230 75 0.17 0 0.67 0.10 75.1 0.76 0.6
Hex BF E6 4B 11 0 43 A 4B 4C 3C
Octal 277 346 113 21 0 103 12 113 114 74
Binary 10111111 11100110 1001011 10001 0 1000011 1010 1001011 1001100 111100

Color Harmonies of #BFE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE64B

Black with #BFE64B

Text Example


Text Example

White with #BFE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE64B; }

 p { color: rgb(191,230,75); }

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

background-color css

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

 a { background-color: rgb(191,230,75); }

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

border-color css

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

 span { border-color: rgb(191,230,75); }

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