Html Css Color HEX #BCF348 Conifer

📋 copy color: '#BCF348'

red 188 ◦ green 243 ◦ blue 72

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

Shades of Conifer #BCF348

Tints of Conifer #BCF348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.31%

R = 37.38%
G = 48.31%
B = 14.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BCF348 (or 0xBCF348) is known color: Conifer. HEX triplet: BC, F3 and 48. RGB value is (188,243,72). Sum of RGB (Red+Green+Blue) = 188+243+72=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF348 is #430CB7. Grayscale: #CFCFCF. Windows color (decimal): -4394168 or 4780988. OLE color: 4780988.

HSL color Cylindrical-coordinate representation of color #BCF348: hue angle of 79.3º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF348 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 72 -
CMYK 0.23 0 0.70 0.05
HSL 79.3º 0.88% 0.62% -
HSV(B) 79.3º 0.7% 0.95% -
XYZ 53.96 75.26 17.81 -
YUV 207.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 188 243 72 0.23 0 0.70 0.05 79.3 0.88 0.62
Hex BC F3 48 17 0 46 5 4F 58 3E
Octal 274 363 110 27 0 106 5 117 130 76
Binary 10111100 11110011 1001000 10111 0 1000110 101 1001111 1011000 111110

Color Harmonies of #BCF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF348

Black with #BCF348

Text Example


Text Example

White with #BCF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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