Html Css Color HEX #BCF34D Conifer

📋 copy color: '#BCF34D'

red 188 ◦ green 243 ◦ blue 77

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

Shades of Conifer #BCF34D

Tints of Conifer #BCF34D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.83%

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 37.01%
G = 47.83%
B = 15.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BCF34D (or 0xBCF34D) is known color: Conifer. HEX triplet: BC, F3 and 4D. RGB value is (188,243,77). Sum of RGB (Red+Green+Blue) = 188+243+77=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF34D is #430CB2. Grayscale: #D0D0D0. Windows color (decimal): -4394163 or 5108668. OLE color: 5108668.

HSL color Cylindrical-coordinate representation of color #BCF34D: hue angle of 79.88º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF34D is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 77 -
CMYK 0.23 0 0.68 0.05
HSL 79.88º 0.87% 0.63% -
HSV(B) 79.88º 0.68% 0.95% -
XYZ 54.13 75.33 18.71 -
YUV 207.63 54.28 114 -
System Red Green Blue C M Y K H S L
Decimal 188 243 77 0.23 0 0.68 0.05 79.88 0.87 0.63
Hex BC F3 4D 17 0 44 5 50 57 3F
Octal 274 363 115 27 0 104 5 120 127 77
Binary 10111100 11110011 1001101 10111 0 1000100 101 1010000 1010111 111111

Color Harmonies of #BCF34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF34D

Black with #BCF34D

Text Example


Text Example

White with #BCF34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF34D; }

 p { color: rgb(188,243,77); }

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

background-color css

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

 a { background-color: rgb(188,243,77); }

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

border-color css

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

 span { border-color: rgb(188,243,77); }

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