Html Css Color HEX #BCF14A Conifer

📋 copy color: '#BCF14A'

red 188 ◦ green 241 ◦ blue 74

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

Shades of Conifer #BCF14A

Tints of Conifer #BCF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.91%

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 37.38%
G = 47.91%
B = 14.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#BCF14A (or 0xBCF14A) is known color: Conifer. HEX triplet: BC, F1 and 4A. RGB value is (188,241,74). Sum of RGB (Red+Green+Blue) = 188+241+74=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF14A is #430EB5. Grayscale: #CECECE. Windows color (decimal): -4394678 or 4911548. OLE color: 4911548.

HSL color Cylindrical-coordinate representation of color #BCF14A: hue angle of 79.04º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF14A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 74 -
CMYK 0.22 0 0.69 0.05
HSL 79.04º 0.86% 0.62% -
HSV(B) 79.04º 0.69% 0.95% -
XYZ 53.43 74.1 17.96 -
YUV 206.12 53.44 115.08 -
System Red Green Blue C M Y K H S L
Decimal 188 241 74 0.22 0 0.69 0.05 79.04 0.86 0.62
Hex BC F1 4A 16 0 45 5 4F 56 3E
Octal 274 361 112 26 0 105 5 117 126 76
Binary 10111100 11110001 1001010 10110 0 1000101 101 1001111 1010110 111110

Color Harmonies of #BCF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF14A

Black with #BCF14A

Text Example


Text Example

White with #BCF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF14A; }

 p { color: rgb(188,241,74); }

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

background-color css

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

 a { background-color: rgb(188,241,74); }

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

border-color css

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

 span { border-color: rgb(188,241,74); }

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